Html Css Color HEX #CB584A Dark Coral

📋 copy color: '#CB584A'

red 203 ◦ green 88 ◦ blue 74

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

Shades of Dark Coral #CB584A

Tints of Dark Coral #CB584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 55.62%
G = 24.11%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB584A (or 0xCB584A) is known color: Dark Coral. HEX triplet: CB, 58 and 4A. RGB value is (203,88,74). Sum of RGB (Red+Green+Blue) = 203+88+74=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB584A is #34A7B5. Grayscale: #787878. Windows color (decimal): -3450806 or 4872395. OLE color: 4872395.

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

Color convert

RGB 203 88 74 -
CMYK 0 0.57 0.64 0.20
HSL 6.51º 0.55% 0.54% -
HSV(B) 6.51º 0.64% 0.8% -
XYZ 29.35 20.17 8.82 -
YUV 120.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 203 88 74 0 0.57 0.64 0.20 6.51 0.55 0.54
Hex CB 58 4A 0 39 40 14 7 37 36
Octal 313 130 112 0 71 100 24 7 67 66
Binary 11001011 1011000 1001010 0 111001 1000000 10100 111 110111 110110

Color Harmonies of #CB584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB584A

Black with #CB584A

Text Example


Text Example

White with #CB584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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