Html Css Color HEX #C4C1B4 Kangaroo

📋 copy color: '#C4C1B4'

red 196 ◦ green 193 ◦ blue 180

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

Shades of Kangaroo #C4C1B4

Tints of Kangaroo #C4C1B4

RGB

 RED value IS 196 (76.95% from 255) = 34.45%

 GREEN value IS 193 (75.78% from 255) = 33.92%

 BLUE value IS 180 (70.7% from 255) = 31.63%

R = 34.45%
G = 33.92%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4C1B4 (or 0xC4C1B4) is known color: Kangaroo. HEX triplet: C4, C1 and B4. RGB value is (196,193,180). Sum of RGB (Red+Green+Blue) = 196+193+180=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1B4 is #3B3E4B. Grayscale: #C0C0C0. Windows color (decimal): -3882572 or 11846084. OLE color: 11846084.

HSL color Cylindrical-coordinate representation of color #C4C1B4: hue angle of 48.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4C1B4 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 193 180 -
CMYK 0 0.02 0.08 0.23
HSL 48.75º 0.12% 0.74% -
HSV(B) 48.75º 0.08% 0.77% -
XYZ 50.07 53.17 50.8 -
YUV 192.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 196 193 180 0 0.02 0.08 0.23 48.75 0.12 0.74
Hex C4 C1 B4 0 2 8 17 31 C 4A
Octal 304 301 264 0 2 10 27 61 14 112
Binary 11000100 11000001 10110100 0 10 1000 10111 110001 1100 1001010

Color Harmonies of #C4C1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C1B4

Black with #C4C1B4

Text Example


Text Example

White with #C4C1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C1B4; }

 p { color: rgb(196,193,180); }

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

background-color css

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

 a { background-color: rgb(196,193,180); }

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

border-color css

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

 span { border-color: rgb(196,193,180); }

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