Html Css Color HEX #CB4F42 Dark Coral

📋 copy color: '#CB4F42'

red 203 ◦ green 79 ◦ blue 66

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

Shades of Dark Coral #CB4F42

Tints of Dark Coral #CB4F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 58.33%
G = 22.7%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB4F42 (or 0xCB4F42) is known color: Dark Coral. HEX triplet: CB, 4F and 42. RGB value is (203,79,66). Sum of RGB (Red+Green+Blue) = 203+79+66=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4F42 is #34B0BD. Grayscale: #727272. Windows color (decimal): -3453118 or 4345803. OLE color: 4345803.

HSL color Cylindrical-coordinate representation of color #CB4F42: hue angle of 5.69º 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 #CB4F42 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 79 66 -
CMYK 0 0.61 0.67 0.20
HSL 5.69º 0.57% 0.53% -
HSV(B) 5.69º 0.67% 0.8% -
XYZ 28.41 18.68 7.26 -
YUV 114.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 203 79 66 0 0.61 0.67 0.20 5.69 0.57 0.53
Hex CB 4F 42 0 3D 43 14 6 39 35
Octal 313 117 102 0 75 103 24 6 71 65
Binary 11001011 1001111 1000010 0 111101 1000011 10100 110 111001 110101

Color Harmonies of #CB4F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F42

Black with #CB4F42

Text Example


Text Example

White with #CB4F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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