Html Css Color HEX #CF6564 Indian Red

📋 copy color: '#CF6564'

red 207 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #CF6564

Tints of Indian Red #CF6564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 50.74%
G = 24.75%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF6564 (or 0xCF6564) is known color: Indian Red. HEX triplet: CF, 65 and 64. RGB value is (207,101,100). Sum of RGB (Red+Green+Blue) = 207+101+100=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6564 is #309A9B. Grayscale: #848484. Windows color (decimal): -3185308 or 6579663. OLE color: 6579663.

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

Color convert

RGB 207 101 100 -
CMYK 0 0.51 0.52 0.19
HSL 0.56º 0.53% 0.6% -
HSV(B) 0.56º 0.52% 0.81% -
XYZ 32.69 23.49 14.87 -
YUV 132.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 207 101 100 0 0.51 0.52 0.19 0.56 0.53 0.6
Hex CF 65 64 0 33 34 13 1 35 3C
Octal 317 145 144 0 63 64 23 1 65 74
Binary 11001111 1100101 1100100 0 110011 110100 10011 1 110101 111100

Color Harmonies of #CF6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6564

Black with #CF6564

Text Example


Text Example

White with #CF6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6564; }

 p { color: rgb(207,101,100); }

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

background-color css

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

 a { background-color: rgb(207,101,100); }

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

border-color css

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

 span { border-color: rgb(207,101,100); }

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