Html Css Color HEX #CB604D Dark Coral

📋 copy color: '#CB604D'

red 203 ◦ green 96 ◦ blue 77

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

Shades of Dark Coral #CB604D

Tints of Dark Coral #CB604D

RGB

 RED value IS 203 (79.69% from 255) = 53.99%

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 53.99%
G = 25.53%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB604D (or 0xCB604D) is known color: Dark Coral. HEX triplet: CB, 60 and 4D. RGB value is (203,96,77). Sum of RGB (Red+Green+Blue) = 203+96+77=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB604D is #349FB2. Grayscale: #7E7E7E. Windows color (decimal): -3448755 or 5071051. OLE color: 5071051.

HSL color Cylindrical-coordinate representation of color #CB604D: hue angle of 9.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB604D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 77 -
CMYK 0 0.53 0.62 0.20
HSL 9.05º 0.55% 0.55% -
HSV(B) 9.05º 0.62% 0.8% -
XYZ 30.15 21.6 9.6 -
YUV 125.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 203 96 77 0 0.53 0.62 0.20 9.05 0.55 0.55
Hex CB 60 4D 0 35 3E 14 9 37 37
Octal 313 140 115 0 65 76 24 11 67 67
Binary 11001011 1100000 1001101 0 110101 111110 10100 1001 110111 110111

Color Harmonies of #CB604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB604D

Black with #CB604D

Text Example


Text Example

White with #CB604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB604D; }

 p { color: rgb(203,96,77); }

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

background-color css

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

 a { background-color: rgb(203,96,77); }

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

border-color css

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

 span { border-color: rgb(203,96,77); }

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