Html Css Color HEX #CB533F Dark Coral

📋 copy color: '#CB533F'

red 203 ◦ green 83 ◦ blue 63

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

Shades of Dark Coral #CB533F

Tints of Dark Coral #CB533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.05%

R = 58.17%
G = 23.78%
B = 18.05%

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

#CB533F (or 0xCB533F) is known color: Dark Coral. HEX triplet: CB, 53 and 3F. RGB value is (203,83,63). Sum of RGB (Red+Green+Blue) = 203+83+63=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB533F is #34ACC0. Grayscale: #747474. Windows color (decimal): -3452097 or 4150219. OLE color: 4150219.

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

Color convert

RGB 203 83 63 -
CMYK 0 0.59 0.69 0.20
HSL 8.57º 0.57% 0.52% -
HSV(B) 8.57º 0.69% 0.8% -
XYZ 28.62 19.24 6.91 -
YUV 116.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 203 83 63 0 0.59 0.69 0.20 8.57 0.57 0.52
Hex CB 53 3F 0 3B 45 14 9 39 34
Octal 313 123 77 0 73 105 24 11 71 64
Binary 11001011 1010011 111111 0 111011 1000101 10100 1001 111001 110100

Color Harmonies of #CB533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB533F

Black with #CB533F

Text Example


Text Example

White with #CB533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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