Html Css Color HEX #CB5340 Dark Coral

📋 copy color: '#CB5340'

red 203 ◦ green 83 ◦ blue 64

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

Shades of Dark Coral #CB5340

Tints of Dark Coral #CB5340

RGB

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

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

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

R = 58%
G = 23.71%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5340 (or 0xCB5340) is known color: Dark Coral. HEX triplet: CB, 53 and 40. RGB value is (203,83,64). Sum of RGB (Red+Green+Blue) = 203+83+64=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5340 is #34ACBF. Grayscale: #747474. Windows color (decimal): -3452096 or 4215755. OLE color: 4215755.

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

Color convert

RGB 203 83 64 -
CMYK 0 0.59 0.68 0.20
HSL 8.2º 0.57% 0.52% -
HSV(B) 8.2º 0.68% 0.8% -
XYZ 28.65 19.25 7.06 -
YUV 116.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 203 83 64 0 0.59 0.68 0.20 8.2 0.57 0.52
Hex CB 53 40 0 3B 44 14 8 39 34
Octal 313 123 100 0 73 104 24 10 71 64
Binary 11001011 1010011 1000000 0 111011 1000100 10100 1000 111001 110100

Color Harmonies of #CB5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5340

Black with #CB5340

Text Example


Text Example

White with #CB5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5340; }

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

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

background-color css

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

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

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

border-color css

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

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

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