Html Css Color HEX #CB533E Dark Coral

📋 copy color: '#CB533E'

red 203 ◦ green 83 ◦ blue 62

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

Shades of Dark Coral #CB533E

Tints of Dark Coral #CB533E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

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

R = 58.33%
G = 23.85%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB533E (or 0xCB533E) is known color: Dark Coral. HEX triplet: CB, 53 and 3E. RGB value is (203,83,62). Sum of RGB (Red+Green+Blue) = 203+83+62=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB533E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB533E is #34ACC1. Grayscale: #747474. Windows color (decimal): -3452098 or 4084683. OLE color: 4084683.

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

Color convert

RGB 203 83 62 -
CMYK 0 0.59 0.69 0.20
HSL 8.94º 0.58% 0.52% -
HSV(B) 8.94º 0.69% 0.8% -
XYZ 28.59 19.23 6.76 -
YUV 116.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 203 83 62 0 0.59 0.69 0.20 8.94 0.58 0.52
Hex CB 53 3E 0 3B 45 14 9 3A 34
Octal 313 123 76 0 73 105 24 11 72 64
Binary 11001011 1010011 111110 0 111011 1000101 10100 1001 111010 110100

Color Harmonies of #CB533E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB533E

Black with #CB533E

Text Example


Text Example

White with #CB533E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB533E; }

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

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

background-color css

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

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

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

border-color css

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

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

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