Html Css Color HEX #CB6140 Ecstasy

📋 copy color: '#CB6140'

red 203 ◦ green 97 ◦ blue 64

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

Shades of Ecstasy #CB6140

Tints of Ecstasy #CB6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 55.77%
G = 26.65%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB6140 (or 0xCB6140) is known color: Ecstasy. HEX triplet: CB, 61 and 40. RGB value is (203,97,64). Sum of RGB (Red+Green+Blue) = 203+97+64=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6140 is #349EBF. Grayscale: #7D7D7D. Windows color (decimal): -3448512 or 4219339. OLE color: 4219339.

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

Color convert

RGB 203 97 64 -
CMYK 0 0.52 0.68 0.20
HSL 14.24º 0.57% 0.52% -
HSV(B) 14.24º 0.68% 0.8% -
XYZ 29.83 21.62 7.45 -
YUV 124.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 203 97 64 0 0.52 0.68 0.20 14.24 0.57 0.52
Hex CB 61 40 0 34 44 14 E 39 34
Octal 313 141 100 0 64 104 24 16 71 64
Binary 11001011 1100001 1000000 0 110100 1000100 10100 1110 111001 110100

Color Harmonies of #CB6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6140

Black with #CB6140

Text Example


Text Example

White with #CB6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6140; }

 p { color: rgb(203,97,64); }

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

background-color css

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

 a { background-color: rgb(203,97,64); }

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

border-color css

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

 span { border-color: rgb(203,97,64); }

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