Html Css Color HEX #CB4F40 Dark Coral

📋 copy color: '#CB4F40'

red 203 ◦ green 79 ◦ blue 64

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

Shades of Dark Coral #CB4F40

Tints of Dark Coral #CB4F40

RGB

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

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

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

R = 58.67%
G = 22.83%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB4F40 (or 0xCB4F40) is known color: Dark Coral. HEX triplet: CB, 4F and 40. RGB value is (203,79,64). Sum of RGB (Red+Green+Blue) = 203+79+64=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4F40 is #34B0BF. Grayscale: #727272. Windows color (decimal): -3453120 or 4214731. OLE color: 4214731.

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

Color convert

RGB 203 79 64 -
CMYK 0 0.61 0.68 0.20
HSL 6.47º 0.57% 0.52% -
HSV(B) 6.47º 0.68% 0.8% -
XYZ 28.35 18.66 6.96 -
YUV 114.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 203 79 64 0 0.61 0.68 0.20 6.47 0.57 0.52
Hex CB 4F 40 0 3D 44 14 6 39 34
Octal 313 117 100 0 75 104 24 6 71 64
Binary 11001011 1001111 1000000 0 111101 1000100 10100 110 111001 110100

Color Harmonies of #CB4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4F40

Black with #CB4F40

Text Example


Text Example

White with #CB4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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