Html Css Color HEX #CB6041 Dark Coral

📋 copy color: '#CB6041'

red 203 ◦ green 96 ◦ blue 65

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

Shades of Dark Coral #CB6041

Tints of Dark Coral #CB6041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 55.77%
G = 26.37%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB6041 (or 0xCB6041) is known color: Dark Coral. HEX triplet: CB, 60 and 41. RGB value is (203,96,65). Sum of RGB (Red+Green+Blue) = 203+96+65=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6041 is #349FBE. Grayscale: #7C7C7C. Windows color (decimal): -3448767 or 4284619. OLE color: 4284619.

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

Color convert

RGB 203 96 65 -
CMYK 0 0.53 0.68 0.20
HSL 13.48º 0.57% 0.53% -
HSV(B) 13.48º 0.68% 0.8% -
XYZ 29.77 21.44 7.57 -
YUV 124.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 203 96 65 0 0.53 0.68 0.20 13.48 0.57 0.53
Hex CB 60 41 0 35 44 14 D 39 35
Octal 313 140 101 0 65 104 24 15 71 65
Binary 11001011 1100000 1000001 0 110101 1000100 10100 1101 111001 110101

Color Harmonies of #CB6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6041

Black with #CB6041

Text Example


Text Example

White with #CB6041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6041; }

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

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

background-color css

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

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

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

border-color css

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

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

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