Html Css Color HEX #CB5F4A Dark Coral

📋 copy color: '#CB5F4A'

red 203 ◦ green 95 ◦ blue 74

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

Shades of Dark Coral #CB5F4A

Tints of Dark Coral #CB5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.54%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 54.57%
G = 25.54%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB5F4A (or 0xCB5F4A) is known color: Dark Coral. HEX triplet: CB, 5F and 4A. RGB value is (203,95,74). Sum of RGB (Red+Green+Blue) = 203+95+74=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5F4A is #34A0B5. Grayscale: #7D7D7D. Windows color (decimal): -3449014 or 4874187. OLE color: 4874187.

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

Color convert

RGB 203 95 74 -
CMYK 0 0.53 0.64 0.20
HSL 9.77º 0.55% 0.54% -
HSV(B) 9.77º 0.64% 0.8% -
XYZ 29.96 21.38 9.03 -
YUV 124.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 203 95 74 0 0.53 0.64 0.20 9.77 0.55 0.54
Hex CB 5F 4A 0 35 40 14 A 37 36
Octal 313 137 112 0 65 100 24 12 67 66
Binary 11001011 1011111 1001010 0 110101 1000000 10100 1010 110111 110110

Color Harmonies of #CB5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5F4A

Black with #CB5F4A

Text Example


Text Example

White with #CB5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5F4A; }

 p { color: rgb(203,95,74); }

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

background-color css

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

 a { background-color: rgb(203,95,74); }

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

border-color css

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

 span { border-color: rgb(203,95,74); }

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