Html Css Color HEX #C6C2AF Kangaroo

📋 copy color: '#C6C2AF'

red 198 ◦ green 194 ◦ blue 175

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

Shades of Kangaroo #C6C2AF

Tints of Kangaroo #C6C2AF

RGB

 RED value IS 198 (77.73% from 255) = 34.92%

 GREEN value IS 194 (76.17% from 255) = 34.22%

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 34.92%
G = 34.22%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C6C2AF (or 0xC6C2AF) is known color: Kangaroo. HEX triplet: C6, C2 and AF. RGB value is (198,194,175). Sum of RGB (Red+Green+Blue) = 198+194+175=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C2AF is #393D50. Grayscale: #C1C1C1. Windows color (decimal): -3751249 or 11518662. OLE color: 11518662.

HSL color Cylindrical-coordinate representation of color #C6C2AF: hue angle of 49.57º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C2AF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 194 175 -
CMYK 0 0.02 0.12 0.22
HSL 49.57º 0.17% 0.73% -
HSV(B) 49.57º 0.12% 0.78% -
XYZ 50.32 53.68 48.27 -
YUV 193.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 198 194 175 0 0.02 0.12 0.22 49.57 0.17 0.73
Hex C6 C2 AF 0 2 C 16 32 11 49
Octal 306 302 257 0 2 14 26 62 21 111
Binary 11000110 11000010 10101111 0 10 1100 10110 110010 10001 1001001

Color Harmonies of #C6C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C2AF

Black with #C6C2AF

Text Example


Text Example

White with #C6C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C2AF; }

 p { color: rgb(198,194,175); }

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

background-color css

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

 a { background-color: rgb(198,194,175); }

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

border-color css

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

 span { border-color: rgb(198,194,175); }

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