Html Css Color HEX #CF6442 Dark Coral

📋 copy color: '#CF6442'

red 207 ◦ green 100 ◦ blue 66

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

Shades of Dark Coral #CF6442

Tints of Dark Coral #CF6442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.81%

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 55.5%
G = 26.81%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF6442 (or 0xCF6442) is known color: Dark Coral. HEX triplet: CF, 64 and 42. RGB value is (207,100,66). Sum of RGB (Red+Green+Blue) = 207+100+66=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6442 is #309BBD. Grayscale: #808080. Windows color (decimal): -3185598 or 4351183. OLE color: 4351183.

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

Color convert

RGB 207 100 66 -
CMYK 0 0.52 0.68 0.19
HSL 14.47º 0.59% 0.54% -
HSV(B) 14.47º 0.68% 0.81% -
XYZ 31.27 22.77 7.9 -
YUV 128.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 207 100 66 0 0.52 0.68 0.19 14.47 0.59 0.54
Hex CF 64 42 0 34 44 13 E 3B 36
Octal 317 144 102 0 64 104 23 16 73 66
Binary 11001111 1100100 1000010 0 110100 1000100 10011 1110 111011 110110

Color Harmonies of #CF6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6442

Black with #CF6442

Text Example


Text Example

White with #CF6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6442; }

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

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

background-color css

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

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

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

border-color css

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

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

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