Html Css Color HEX #C06B3D Zest

📋 copy color: '#C06B3D'

red 192 ◦ green 107 ◦ blue 61

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

Shades of Zest #C06B3D

Tints of Zest #C06B3D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.72%

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

R = 53.33%
G = 29.72%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C06B3D (or 0xC06B3D) is known color: Zest. HEX triplet: C0, 6B and 3D. RGB value is (192,107,61). Sum of RGB (Red+Green+Blue) = 192+107+61=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B3D is #3F94C2. Grayscale: #7F7F7F. Windows color (decimal): -4166851 or 4025280. OLE color: 4025280.

HSL color Cylindrical-coordinate representation of color #C06B3D: hue angle of 21.07º 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 #C06B3D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 61 -
CMYK 0 0.44 0.68 0.25
HSL 21.07º 0.52% 0.5% -
HSV(B) 21.07º 0.68% 0.75% -
XYZ 27.84 22.06 7.21 -
YUV 127.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 192 107 61 0 0.44 0.68 0.25 21.07 0.52 0.5
Hex C0 6B 3D 0 2C 44 19 15 34 32
Octal 300 153 75 0 54 104 31 25 64 62
Binary 11000000 1101011 111101 0 101100 1000100 11001 10101 110100 110010

Color Harmonies of #C06B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B3D

Black with #C06B3D

Text Example


Text Example

White with #C06B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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