Html Css Color HEX #CF635D Indian Red

📋 copy color: '#CF635D'

red 207 ◦ green 99 ◦ blue 93

#CF635D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CF635D

Tints of Indian Red #CF635D

RGB

 RED value IS 207 (81.25% from 255) = 51.88%

 GREEN value IS 99 (39.06% from 255) = 24.81%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 51.88%
G = 24.81%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF635D (or 0xCF635D) is known color: Indian Red. HEX triplet: CF, 63 and 5D. RGB value is (207,99,93). Sum of RGB (Red+Green+Blue) = 207+99+93=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF635D is #309CA2. Grayscale: #828282. Windows color (decimal): -3185827 or 6120399. OLE color: 6120399.

HSL color Cylindrical-coordinate representation of color #CF635D: hue angle of 3.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF635D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 99 93 -
CMYK 0 0.52 0.55 0.19
HSL 3.16º 0.54% 0.59% -
HSV(B) 3.16º 0.55% 0.81% -
XYZ 32.17 22.98 13.1 -
YUV 130.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 207 99 93 0 0.52 0.55 0.19 3.16 0.54 0.59
Hex CF 63 5D 0 34 37 13 3 36 3B
Octal 317 143 135 0 64 67 23 3 66 73
Binary 11001111 1100011 1011101 0 110100 110111 10011 11 110110 111011

Color Harmonies of #CF635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF635D

Black with #CF635D

Text Example


Text Example

White with #CF635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF635D; }

 p { color: rgb(207,99,93); }

 H1.HeaderClassName
 {
   color: #CF635D;
 }
 .AnyTagClassName
 {
   color: #CF635D;
 }
</style>

background-color css

<style>
 a { background-color: #CF635D; }

 a { background-color: rgb(207,99,93); }

 div.DivClassName
 {
   background-color: #CF635D;
 }
 .BgClassName
 {
   background-color: #CF635D;
 }
</style>

border-color css

<style>
 span { border-color: #CF635D; }

 span { border-color: rgb(207,99,93); }

 td.TdClassName
 {
   border-color: #CF635D;
 }
 .TagClassName
 {
   border-color: #CF635D;
 }
</style>