Html Css Color HEX #CB5D4B Dark Coral

📋 copy color: '#CB5D4B'

red 203 ◦ green 93 ◦ blue 75

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

Shades of Dark Coral #CB5D4B

Tints of Dark Coral #CB5D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 54.72%
G = 25.07%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB5D4B (or 0xCB5D4B) is known color: Dark Coral. HEX triplet: CB, 5D and 4B. RGB value is (203,93,75). Sum of RGB (Red+Green+Blue) = 203+93+75=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D4B is #34A2B4. Grayscale: #7C7C7C. Windows color (decimal): -3449525 or 4939211. OLE color: 4939211.

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

Color convert

RGB 203 93 75 -
CMYK 0 0.54 0.63 0.20
HSL 8.44º 0.55% 0.55% -
HSV(B) 8.44º 0.63% 0.8% -
XYZ 29.81 21.03 9.15 -
YUV 123.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 203 93 75 0 0.54 0.63 0.20 8.44 0.55 0.55
Hex CB 5D 4B 0 36 3F 14 8 37 37
Octal 313 135 113 0 66 77 24 10 67 67
Binary 11001011 1011101 1001011 0 110110 111111 10100 1000 110111 110111

Color Harmonies of #CB5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D4B

Black with #CB5D4B

Text Example


Text Example

White with #CB5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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