Html Css Color HEX #CB5344 Dark Coral

📋 copy color: '#CB5344'

red 203 ◦ green 83 ◦ blue 68

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

Shades of Dark Coral #CB5344

Tints of Dark Coral #CB5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 57.34%
G = 23.45%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5344 (or 0xCB5344) is known color: Dark Coral. HEX triplet: CB, 53 and 44. RGB value is (203,83,68). Sum of RGB (Red+Green+Blue) = 203+83+68=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5344 is #34ACBB. Grayscale: #757575. Windows color (decimal): -3452092 or 4477899. OLE color: 4477899.

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

Color convert

RGB 203 83 68 -
CMYK 0 0.59 0.67 0.20
HSL 6.67º 0.56% 0.53% -
HSV(B) 6.67º 0.67% 0.8% -
XYZ 28.77 19.3 7.68 -
YUV 117.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 203 83 68 0 0.59 0.67 0.20 6.67 0.56 0.53
Hex CB 53 44 0 3B 43 14 7 38 35
Octal 313 123 104 0 73 103 24 7 70 65
Binary 11001011 1010011 1000100 0 111011 1000011 10100 111 111000 110101

Color Harmonies of #CB5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5344

Black with #CB5344

Text Example


Text Example

White with #CB5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5344; }

 p { color: rgb(203,83,68); }

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

background-color css

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

 a { background-color: rgb(203,83,68); }

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

border-color css

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

 span { border-color: rgb(203,83,68); }

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