Html Css Color HEX #C2C067 Dark Khaki

📋 copy color: '#C2C067'

red 194 ◦ green 192 ◦ blue 103

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

Shades of Dark Khaki #C2C067

Tints of Dark Khaki #C2C067

RGB

 RED value IS 194 (76.17% from 255) = 39.67%

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 103 (40.63% from 255) = 21.06%

R = 39.67%
G = 39.26%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C2C067 (or 0xC2C067) is known color: Dark Khaki. HEX triplet: C2, C0 and 67. RGB value is (194,192,103). Sum of RGB (Red+Green+Blue) = 194+192+103=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C067 is #3D3F98. Grayscale: #B6B6B6. Windows color (decimal): -4013977 or 6799554. OLE color: 6799554.

HSL color Cylindrical-coordinate representation of color #C2C067: hue angle of 58.68º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2C067 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 192 103 -
CMYK 0 0.01 0.47 0.24
HSL 58.68º 0.43% 0.58% -
HSV(B) 58.68º 0.47% 0.76% -
XYZ 43.55 50.15 20.22 -
YUV 182.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 194 192 103 0 0.01 0.47 0.24 58.68 0.43 0.58
Hex C2 C0 67 0 1 2F 18 3B 2B 3A
Octal 302 300 147 0 1 57 30 73 53 72
Binary 11000010 11000000 1100111 0 1 101111 11000 111011 101011 111010

Color Harmonies of #C2C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C067

Black with #C2C067

Text Example


Text Example

White with #C2C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C067; }

 p { color: rgb(194,192,103); }

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

background-color css

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

 a { background-color: rgb(194,192,103); }

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

border-color css

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

 span { border-color: rgb(194,192,103); }

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