Html Css Color HEX #CB5348 Dark Coral

📋 copy color: '#CB5348'

red 203 ◦ green 83 ◦ blue 72

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

Shades of Dark Coral #CB5348

Tints of Dark Coral #CB5348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 56.7%
G = 23.18%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5348 (or 0xCB5348) is known color: Dark Coral. HEX triplet: CB, 53 and 48. RGB value is (203,83,72). Sum of RGB (Red+Green+Blue) = 203+83+72=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5348 is #34ACB7. Grayscale: #757575. Windows color (decimal): -3452088 or 4740043. OLE color: 4740043.

HSL color Cylindrical-coordinate representation of color #CB5348: hue angle of 5.04º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB5348 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 72 -
CMYK 0 0.59 0.65 0.20
HSL 5.04º 0.56% 0.54% -
HSV(B) 5.04º 0.65% 0.8% -
XYZ 28.89 19.35 8.34 -
YUV 117.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 203 83 72 0 0.59 0.65 0.20 5.04 0.56 0.54
Hex CB 53 48 0 3B 41 14 5 38 36
Octal 313 123 110 0 73 101 24 5 70 66
Binary 11001011 1010011 1001000 0 111011 1000001 10100 101 111000 110110

Color Harmonies of #CB5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5348

Black with #CB5348

Text Example


Text Example

White with #CB5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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