Html Css Color HEX #CF604B Dark Coral

📋 copy color: '#CF604B'

red 207 ◦ green 96 ◦ blue 75

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

Shades of Dark Coral #CF604B

Tints of Dark Coral #CF604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 54.76%
G = 25.4%
B = 19.84%

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

#CF604B (or 0xCF604B) is known color: Dark Coral. HEX triplet: CF, 60 and 4B. RGB value is (207,96,75). Sum of RGB (Red+Green+Blue) = 207+96+75=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF604B is #309FB4. Grayscale: #7E7E7E. Windows color (decimal): -3186613 or 4939983. OLE color: 4939983.

HSL color Cylindrical-coordinate representation of color #CF604B: hue angle of 9.55º 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 #CF604B is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 75 -
CMYK 0 0.54 0.64 0.19
HSL 9.55º 0.58% 0.55% -
HSV(B) 9.55º 0.64% 0.81% -
XYZ 31.19 22.14 9.29 -
YUV 126.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 207 96 75 0 0.54 0.64 0.19 9.55 0.58 0.55
Hex CF 60 4B 0 36 40 13 A 3A 37
Octal 317 140 113 0 66 100 23 12 72 67
Binary 11001111 1100000 1001011 0 110110 1000000 10011 1010 111010 110111

Color Harmonies of #CF604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF604B

Black with #CF604B

Text Example


Text Example

White with #CF604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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