Html Css Color HEX #CB604B Dark Coral

📋 copy color: '#CB604B'

red 203 ◦ green 96 ◦ blue 75

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

Shades of Dark Coral #CB604B

Tints of Dark Coral #CB604B

RGB

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

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

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

R = 54.28%
G = 25.67%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB604B (or 0xCB604B) is known color: Dark Coral. HEX triplet: CB, 60 and 4B. RGB value is (203,96,75). Sum of RGB (Red+Green+Blue) = 203+96+75=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB604B is #349FB4. Grayscale: #7D7D7D. Windows color (decimal): -3448757 or 4939979. OLE color: 4939979.

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

Color convert

RGB 203 96 75 -
CMYK 0 0.53 0.63 0.20
HSL 9.84º 0.55% 0.55% -
HSV(B) 9.84º 0.63% 0.8% -
XYZ 30.08 21.57 9.23 -
YUV 125.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 203 96 75 0 0.53 0.63 0.20 9.84 0.55 0.55
Hex CB 60 4B 0 35 3F 14 A 37 37
Octal 313 140 113 0 65 77 24 12 67 67
Binary 11001011 1100000 1001011 0 110101 111111 10100 1010 110111 110111

Color Harmonies of #CB604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB604B

Black with #CB604B

Text Example


Text Example

White with #CB604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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