Html Css Color HEX #C3C0AF Kangaroo

📋 copy color: '#C3C0AF'

red 195 ◦ green 192 ◦ blue 175

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

Shades of Kangaroo #C3C0AF

Tints of Kangaroo #C3C0AF

RGB

 RED value IS 195 (76.56% from 255) = 34.7%

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

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

R = 34.7%
G = 34.16%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3C0AF (or 0xC3C0AF) is known color: Kangaroo. HEX triplet: C3, C0 and AF. RGB value is (195,192,175). Sum of RGB (Red+Green+Blue) = 195+192+175=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0AF is #3C3F50. Grayscale: #BFBFBF. Windows color (decimal): -3948369 or 11518147. OLE color: 11518147.

HSL color Cylindrical-coordinate representation of color #C3C0AF: hue angle of 51º 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 #C3C0AF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 175 -
CMYK 0 0.02 0.10 0.24
HSL 51º 0.14% 0.73% -
HSV(B) 51º 0.1% 0.76% -
XYZ 49.09 52.4 48.08 -
YUV 190.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 195 192 175 0 0.02 0.10 0.24 51 0.14 0.73
Hex C3 C0 AF 0 2 A 18 33 E 49
Octal 303 300 257 0 2 12 30 63 16 111
Binary 11000011 11000000 10101111 0 10 1010 11000 110011 1110 1001001

Color Harmonies of #C3C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C0AF

Black with #C3C0AF

Text Example


Text Example

White with #C3C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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