Html Css Color HEX #CB5D4D Dark Coral

📋 copy color: '#CB5D4D'

red 203 ◦ green 93 ◦ blue 77

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

Shades of Dark Coral #CB5D4D

Tints of Dark Coral #CB5D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 77 (30.47% from 255) = 20.64%

R = 54.42%
G = 24.93%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB5D4D (or 0xCB5D4D) is known color: Dark Coral. HEX triplet: CB, 5D and 4D. RGB value is (203,93,77). Sum of RGB (Red+Green+Blue) = 203+93+77=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D4D is #34A2B2. Grayscale: #7C7C7C. Windows color (decimal): -3449523 or 5070283. OLE color: 5070283.

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

Color convert

RGB 203 93 77 -
CMYK 0 0.54 0.62 0.20
HSL 7.62º 0.55% 0.55% -
HSV(B) 7.62º 0.62% 0.8% -
XYZ 29.88 21.06 9.51 -
YUV 124.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 203 93 77 0 0.54 0.62 0.20 7.62 0.55 0.55
Hex CB 5D 4D 0 36 3E 14 8 37 37
Octal 313 135 115 0 66 76 24 10 67 67
Binary 11001011 1011101 1001101 0 110110 111110 10100 1000 110111 110111

Color Harmonies of #CB5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D4D

Black with #CB5D4D

Text Example


Text Example

White with #CB5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D4D; }

 p { color: rgb(203,93,77); }

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

background-color css

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

 a { background-color: rgb(203,93,77); }

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

border-color css

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

 span { border-color: rgb(203,93,77); }

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