Html Css Color HEX #CB6249 Dark Coral

📋 copy color: '#CB6249'

red 203 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #CB6249

Tints of Dark Coral #CB6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 54.28%
G = 26.2%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB6249 (or 0xCB6249) is known color: Dark Coral. HEX triplet: CB, 62 and 49. RGB value is (203,98,73). Sum of RGB (Red+Green+Blue) = 203+98+73=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6249 is #349DB6. Grayscale: #7E7E7E. Windows color (decimal): -3448247 or 4809419. OLE color: 4809419.

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

Color convert

RGB 203 98 73 -
CMYK 0 0.52 0.64 0.20
HSL 11.54º 0.56% 0.54% -
HSV(B) 11.54º 0.64% 0.8% -
XYZ 30.2 21.91 8.94 -
YUV 126.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 203 98 73 0 0.52 0.64 0.20 11.54 0.56 0.54
Hex CB 62 49 0 34 40 14 C 38 36
Octal 313 142 111 0 64 100 24 14 70 66
Binary 11001011 1100010 1001001 0 110100 1000000 10100 1100 111000 110110

Color Harmonies of #CB6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6249

Black with #CB6249

Text Example


Text Example

White with #CB6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6249; }

 p { color: rgb(203,98,73); }

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

background-color css

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

 a { background-color: rgb(203,98,73); }

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

border-color css

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

 span { border-color: rgb(203,98,73); }

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