Html Css Color HEX #CB693D Ecstasy

📋 copy color: '#CB693D'

red 203 ◦ green 105 ◦ blue 61

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

Shades of Ecstasy #CB693D

Tints of Ecstasy #CB693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

 BLUE value IS 61 (24.22% from 255) = 16.53%

R = 55.01%
G = 28.46%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB693D (or 0xCB693D) is known color: Ecstasy. HEX triplet: CB, 69 and 3D. RGB value is (203,105,61). Sum of RGB (Red+Green+Blue) = 203+105+61=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB693D is #3496C2. Grayscale: #818181. Windows color (decimal): -3446467 or 4024779. OLE color: 4024779.

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

Color convert

RGB 203 105 61 -
CMYK 0 0.48 0.70 0.20
HSL 18.59º 0.58% 0.52% -
HSV(B) 18.59º 0.7% 0.8% -
XYZ 30.52 23.14 7.27 -
YUV 129.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 203 105 61 0 0.48 0.70 0.20 18.59 0.58 0.52
Hex CB 69 3D 0 30 46 14 13 3A 34
Octal 313 151 75 0 60 106 24 23 72 64
Binary 11001011 1101001 111101 0 110000 1000110 10100 10011 111010 110100

Color Harmonies of #CB693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB693D

Black with #CB693D

Text Example


Text Example

White with #CB693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB693D; }

 p { color: rgb(203,105,61); }

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

background-color css

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

 a { background-color: rgb(203,105,61); }

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

border-color css

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

 span { border-color: rgb(203,105,61); }

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