Html Css Color HEX #CB603F Ecstasy

📋 copy color: '#CB603F'

red 203 ◦ green 96 ◦ blue 63

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

Shades of Ecstasy #CB603F

Tints of Ecstasy #CB603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

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

R = 56.08%
G = 26.52%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB603F (or 0xCB603F) is known color: Ecstasy. HEX triplet: CB, 60 and 3F. RGB value is (203,96,63). Sum of RGB (Red+Green+Blue) = 203+96+63=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB603F is #349FC0. Grayscale: #7C7C7C. Windows color (decimal): -3448769 or 4153547. OLE color: 4153547.

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

Color convert

RGB 203 96 63 -
CMYK 0 0.53 0.69 0.20
HSL 14.14º 0.57% 0.52% -
HSV(B) 14.14º 0.69% 0.8% -
XYZ 29.71 21.42 7.27 -
YUV 124.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 203 96 63 0 0.53 0.69 0.20 14.14 0.57 0.52
Hex CB 60 3F 0 35 45 14 E 39 34
Octal 313 140 77 0 65 105 24 16 71 64
Binary 11001011 1100000 111111 0 110101 1000101 10100 1110 111001 110100

Color Harmonies of #CB603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB603F

Black with #CB603F

Text Example


Text Example

White with #CB603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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