Html Css Color HEX #CB503E Dark Coral

📋 copy color: '#CB503E'

red 203 ◦ green 80 ◦ blue 62

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

Shades of Dark Coral #CB503E

Tints of Dark Coral #CB503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 62 (24.61% from 255) = 17.97%

R = 58.84%
G = 23.19%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB503E (or 0xCB503E) is known color: Dark Coral. HEX triplet: CB, 50 and 3E. RGB value is (203,80,62). Sum of RGB (Red+Green+Blue) = 203+80+62=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB503E is #34AFC1. Grayscale: #727272. Windows color (decimal): -3452866 or 4083915. OLE color: 4083915.

HSL color Cylindrical-coordinate representation of color #CB503E: hue angle of 7.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB503E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 62 -
CMYK 0 0.61 0.69 0.20
HSL 7.66º 0.58% 0.52% -
HSV(B) 7.66º 0.69% 0.8% -
XYZ 28.37 18.78 6.69 -
YUV 114.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 203 80 62 0 0.61 0.69 0.20 7.66 0.58 0.52
Hex CB 50 3E 0 3D 45 14 8 3A 34
Octal 313 120 76 0 75 105 24 10 72 64
Binary 11001011 1010000 111110 0 111101 1000101 10100 1000 111010 110100

Color Harmonies of #CB503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB503E

Black with #CB503E

Text Example


Text Example

White with #CB503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB503E; }

 p { color: rgb(203,80,62); }

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

background-color css

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

 a { background-color: rgb(203,80,62); }

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

border-color css

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

 span { border-color: rgb(203,80,62); }

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