Html Css Color HEX #CB6630 Ecstasy

📋 copy color: '#CB6630'

red 203 ◦ green 102 ◦ blue 48

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

Shades of Ecstasy #CB6630

Tints of Ecstasy #CB6630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.9%

 BLUE value IS 48 (19.14% from 255) = 13.6%

R = 57.51%
G = 28.9%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB6630 (or 0xCB6630) is known color: Ecstasy. HEX triplet: CB, 66 and 30. RGB value is (203,102,48). Sum of RGB (Red+Green+Blue) = 203+102+48=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6630 is #3499CF. Grayscale: #7E7E7E. Windows color (decimal): -3447248 or 3172043. OLE color: 3172043.

HSL color Cylindrical-coordinate representation of color #CB6630: hue angle of 20.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB6630 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 48 -
CMYK 0 0.50 0.76 0.20
HSL 20.9º 0.62% 0.49% -
HSV(B) 20.9º 0.76% 0.8% -
XYZ 29.91 22.41 5.55 -
YUV 126.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 203 102 48 0 0.50 0.76 0.20 20.9 0.62 0.49
Hex CB 66 30 0 32 4C 14 15 3E 31
Octal 313 146 60 0 62 114 24 25 76 61
Binary 11001011 1100110 110000 0 110010 1001100 10100 10101 111110 110001

Color Harmonies of #CB6630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6630

Black with #CB6630

Text Example


Text Example

White with #CB6630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6630; }

 p { color: rgb(203,102,48); }

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

background-color css

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

 a { background-color: rgb(203,102,48); }

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

border-color css

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

 span { border-color: rgb(203,102,48); }

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