Html Css Color HEX #C0693D Zest

📋 copy color: '#C0693D'

red 192 ◦ green 105 ◦ blue 61

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

Shades of Zest #C0693D

Tints of Zest #C0693D

RGB

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

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

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

R = 53.63%
G = 29.33%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0693D (or 0xC0693D) is known color: Zest. HEX triplet: C0, 69 and 3D. RGB value is (192,105,61). Sum of RGB (Red+Green+Blue) = 192+105+61=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0693D is #3F96C2. Grayscale: #7E7E7E. Windows color (decimal): -4167363 or 4024768. OLE color: 4024768.

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

Color convert

RGB 192 105 61 -
CMYK 0 0.45 0.68 0.25
HSL 20.15º 0.52% 0.5% -
HSV(B) 20.15º 0.68% 0.75% -
XYZ 27.63 21.65 7.14 -
YUV 126 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 192 105 61 0 0.45 0.68 0.25 20.15 0.52 0.5
Hex C0 69 3D 0 2D 44 19 14 34 32
Octal 300 151 75 0 55 104 31 24 64 62
Binary 11000000 1101001 111101 0 101101 1000100 11001 10100 110100 110010

Color Harmonies of #C0693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0693D

Black with #C0693D

Text Example


Text Example

White with #C0693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0693D; }

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

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

background-color css

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

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

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

border-color css

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

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

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