Html Css Color HEX #CB543F Dark Coral

📋 copy color: '#CB543F'

red 203 ◦ green 84 ◦ blue 63

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

Shades of Dark Coral #CB543F

Tints of Dark Coral #CB543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 58%
G = 24%
B = 18%

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

#CB543F (or 0xCB543F) is known color: Dark Coral. HEX triplet: CB, 54 and 3F. RGB value is (203,84,63). Sum of RGB (Red+Green+Blue) = 203+84+63=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB543F is #34ABC0. Grayscale: #757575. Windows color (decimal): -3451841 or 4150475. OLE color: 4150475.

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

Color convert

RGB 203 84 63 -
CMYK 0 0.59 0.69 0.20
HSL 0.57% 0.52% -
HSV(B) 0.69% 0.8% -
XYZ 28.7 19.4 6.93 -
YUV 117.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 203 84 63 0 0.59 0.69 0.20 9 0.57 0.52
Hex CB 54 3F 0 3B 45 14 9 39 34
Octal 313 124 77 0 73 105 24 11 71 64
Binary 11001011 1010100 111111 0 111011 1000101 10100 1001 111001 110100

Color Harmonies of #CB543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB543F

Black with #CB543F

Text Example


Text Example

White with #CB543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB543F; }

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

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

background-color css

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

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

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

border-color css

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

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

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