Html Css Color HEX #CF604A Dark Coral

📋 copy color: '#CF604A'

red 207 ◦ green 96 ◦ blue 74

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

Shades of Dark Coral #CF604A

Tints of Dark Coral #CF604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 54.91%
G = 25.46%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF604A (or 0xCF604A) is known color: Dark Coral. HEX triplet: CF, 60 and 4A. RGB value is (207,96,74). Sum of RGB (Red+Green+Blue) = 207+96+74=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF604A is #309FB5. Grayscale: #7E7E7E. Windows color (decimal): -3186614 or 4874447. OLE color: 4874447.

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

Color convert

RGB 207 96 74 -
CMYK 0 0.54 0.64 0.19
HSL 9.92º 0.58% 0.55% -
HSV(B) 9.92º 0.64% 0.81% -
XYZ 31.15 22.13 9.11 -
YUV 126.68 98.27 185.29 -
System Red Green Blue C M Y K H S L
Decimal 207 96 74 0 0.54 0.64 0.19 9.92 0.58 0.55
Hex CF 60 4A 0 36 40 13 A 3A 37
Octal 317 140 112 0 66 100 23 12 72 67
Binary 11001111 1100000 1001010 0 110110 1000000 10011 1010 111010 110111

Color Harmonies of #CF604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF604A

Black with #CF604A

Text Example


Text Example

White with #CF604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF604A; }

 p { color: rgb(207,96,74); }

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

background-color css

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

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

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

border-color css

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

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

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