Html Css Color HEX #CB6042 Dark Coral

📋 copy color: '#CB6042'

red 203 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #CB6042

Tints of Dark Coral #CB6042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.08%

R = 55.62%
G = 26.3%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB6042 (or 0xCB6042) is known color: Dark Coral. HEX triplet: CB, 60 and 42. RGB value is (203,96,66). Sum of RGB (Red+Green+Blue) = 203+96+66=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6042 is #349FBD. Grayscale: #7C7C7C. Windows color (decimal): -3448766 or 4350155. OLE color: 4350155.

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

Color convert

RGB 203 96 66 -
CMYK 0 0.53 0.67 0.20
HSL 13.14º 0.57% 0.53% -
HSV(B) 13.14º 0.67% 0.8% -
XYZ 29.79 21.46 7.73 -
YUV 124.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 203 96 66 0 0.53 0.67 0.20 13.14 0.57 0.53
Hex CB 60 42 0 35 43 14 D 39 35
Octal 313 140 102 0 65 103 24 15 71 65
Binary 11001011 1100000 1000010 0 110101 1000011 10100 1101 111001 110101

Color Harmonies of #CB6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6042

Black with #CB6042

Text Example


Text Example

White with #CB6042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6042; }

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

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

background-color css

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

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

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

border-color css

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

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

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