Html Css Color HEX #CB564A Dark Coral

📋 copy color: '#CB564A'

red 203 ◦ green 86 ◦ blue 74

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

Shades of Dark Coral #CB564A

Tints of Dark Coral #CB564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 55.92%
G = 23.69%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB564A (or 0xCB564A) is known color: Dark Coral. HEX triplet: CB, 56 and 4A. RGB value is (203,86,74). Sum of RGB (Red+Green+Blue) = 203+86+74=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB564A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB564A is #34A9B5. Grayscale: #777777. Windows color (decimal): -3451318 or 4871883. OLE color: 4871883.

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

Color convert

RGB 203 86 74 -
CMYK 0 0.58 0.64 0.20
HSL 5.58º 0.55% 0.54% -
HSV(B) 5.58º 0.64% 0.8% -
XYZ 29.19 19.85 8.77 -
YUV 119.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 203 86 74 0 0.58 0.64 0.20 5.58 0.55 0.54
Hex CB 56 4A 0 3A 40 14 6 37 36
Octal 313 126 112 0 72 100 24 6 67 66
Binary 11001011 1010110 1001010 0 111010 1000000 10100 110 110111 110110

Color Harmonies of #CB564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB564A

Black with #CB564A

Text Example


Text Example

White with #CB564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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