Html Css Color HEX #CF6666 Indian Red

📋 copy color: '#CF6666'

red 207 ◦ green 102 ◦ blue 102

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

Shades of Indian Red #CF6666

Tints of Indian Red #CF6666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 50.36%
G = 24.82%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF6666 (or 0xCF6666) is known color: Indian Red. HEX triplet: CF, 66 and 66. RGB value is (207,102,102). Sum of RGB (Red+Green+Blue) = 207+102+102=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6666 is #309999. Grayscale: #858585. Windows color (decimal): -3185050 or 6710991. OLE color: 6710991.

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

Color convert

RGB 207 102 102 -
CMYK 0 0.51 0.51 0.19
HSL 0.52% 0.61% -
HSV(B) 0.51% 0.81% -
XYZ 32.88 23.73 15.42 -
YUV 133.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 207 102 102 0 0.51 0.51 0.19 0 0.52 0.61
Hex CF 66 66 0 33 33 13 0 34 3D
Octal 317 146 146 0 63 63 23 0 64 75
Binary 11001111 1100110 1100110 0 110011 110011 10011 0 110100 111101

Color Harmonies of #CF6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6666

Black with #CF6666

Text Example


Text Example

White with #CF6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6666; }

 p { color: rgb(207,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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