Html Css Color HEX #C0693C Zest

📋 copy color: '#C0693C'

red 192 ◦ green 105 ◦ blue 60

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

Shades of Zest #C0693C

Tints of Zest #C0693C

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 53.78%
G = 29.41%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0693C (or 0xC0693C) is known color: Zest. HEX triplet: C0, 69 and 3C. RGB value is (192,105,60). Sum of RGB (Red+Green+Blue) = 192+105+60=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0693C is #3F96C3. Grayscale: #7E7E7E. Windows color (decimal): -4167364 or 3959232. OLE color: 3959232.

HSL color Cylindrical-coordinate representation of color #C0693C: hue angle of 20.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0693C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 60 -
CMYK 0 0.45 0.69 0.25
HSL 20.45º 0.52% 0.49% -
HSV(B) 20.45º 0.69% 0.75% -
XYZ 27.61 21.64 7 -
YUV 125.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 192 105 60 0 0.45 0.69 0.25 20.45 0.52 0.49
Hex C0 69 3C 0 2D 45 19 14 34 31
Octal 300 151 74 0 55 105 31 24 64 61
Binary 11000000 1101001 111100 0 101101 1000101 11001 10100 110100 110001

Color Harmonies of #C0693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0693C

Black with #C0693C

Text Example


Text Example

White with #C0693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0693C; }

 p { color: rgb(192,105,60); }

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

background-color css

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

 a { background-color: rgb(192,105,60); }

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

border-color css

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

 span { border-color: rgb(192,105,60); }

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