Html Css Color HEX #CB6040 Dark Coral

📋 copy color: '#CB6040'

red 203 ◦ green 96 ◦ blue 64

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

Shades of Dark Coral #CB6040

Tints of Dark Coral #CB6040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 55.92%
G = 26.45%
B = 17.63%

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

#CB6040 (or 0xCB6040) is known color: Dark Coral. HEX triplet: CB, 60 and 40. RGB value is (203,96,64). Sum of RGB (Red+Green+Blue) = 203+96+64=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6040 is #349FBF. Grayscale: #7C7C7C. Windows color (decimal): -3448768 or 4219083. OLE color: 4219083.

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

Color convert

RGB 203 96 64 -
CMYK 0 0.53 0.68 0.20
HSL 13.81º 0.57% 0.52% -
HSV(B) 13.81º 0.68% 0.8% -
XYZ 29.74 21.43 7.42 -
YUV 124.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 203 96 64 0 0.53 0.68 0.20 13.81 0.57 0.52
Hex CB 60 40 0 35 44 14 E 39 34
Octal 313 140 100 0 65 104 24 16 71 64
Binary 11001011 1100000 1000000 0 110101 1000100 10100 1110 111001 110100

Color Harmonies of #CB6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6040

Black with #CB6040

Text Example


Text Example

White with #CB6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6040; }

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

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

background-color css

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

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

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

border-color css

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

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

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