#C3C1AF

Color #C3C1AF Kangaroo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kangaroo #C3C1AF

Tints of Kangaroo #C3C1AF

Color information

#C3C1AF (or 0xC3C1AF) is unknown color: approx Kangaroo. HEX triplet: C3, C1 and AF. RGB value is (195,193,175). Sum of RGB (Red+Green+Blue) = 195+193+175=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C1AF is #3C3E50. Grayscale: #BFBFBF. Windows color (decimal): -3948113 or 11518403. OLE color: 11518403.

HSL color Cylindrical-coordinate representation of color #C3C1AF: hue angle of 54º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3C1AF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195193175-
CMYK00.010.100.24
HSL54º14.29%72.55%-
HSV(B)54º10.26%76.47%-
XYZ49.3152.8448.16-
YUV191.55118.66130.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=34.64%
G=34.28%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519317500.010.100.245414.2972.55
HexC3C1AF01A1836e49
Octal3033012570112306616111
Binary1100001111000001101011110110101100011011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1AF; }

 p { color: rgb(195,193,175); }

 H1.HeaderClassName
 {
   color: #C3C1AF;
 }
 .AnyTagClassName
 {
   color: #C3C1AF;
 }
</style>
background-color css

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

 a { background-color: rgb(195,193,175); }

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

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

 span { border-color: rgb(195,193,175); }

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