Html Css Color HEX #C6C6B3 Kangaroo

📋 copy color: '#C6C6B3'

red 198 ◦ green 198 ◦ blue 179

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

Shades of Kangaroo #C6C6B3

Tints of Kangaroo #C6C6B3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.43%

 BLUE value IS 179 (70.31% from 255) = 31.13%

R = 34.43%
G = 34.43%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C6C6B3 (or 0xC6C6B3) is known color: Kangaroo. HEX triplet: C6, C6 and B3. RGB value is (198,198,179). Sum of RGB (Red+Green+Blue) = 198+198+179=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6B3 is #39394C. Grayscale: #C3C3C3. Windows color (decimal): -3750221 or 11781830. OLE color: 11781830.

HSL color Cylindrical-coordinate representation of color #C6C6B3: hue angle of 60º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6C6B3 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 198 179 -
CMYK 0 0 0.10 0.22
HSL 60º 0.14% 0.74% -
HSV(B) 60º 0.1% 0.78% -
XYZ 51.62 55.65 50.67 -
YUV 195.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 198 198 179 0 0 0.10 0.22 60 0.14 0.74
Hex C6 C6 B3 0 0 A 16 3C E 4A
Octal 306 306 263 0 0 12 26 74 16 112
Binary 11000110 11000110 10110011 0 0 1010 10110 111100 1110 1001010

Color Harmonies of #C6C6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C6B3

Black with #C6C6B3

Text Example


Text Example

White with #C6C6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C6B3; }

 p { color: rgb(198,198,179); }

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

background-color css

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

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

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

border-color css

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

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

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