Html Css Color HEX #C2BFB0 Kangaroo

📋 copy color: '#C2BFB0'

red 194 ◦ green 191 ◦ blue 176

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

Shades of Kangaroo #C2BFB0

Tints of Kangaroo #C2BFB0

RGB

 RED value IS 194 (76.17% from 255) = 34.58%

 GREEN value IS 191 (75% from 255) = 34.05%

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 34.58%
G = 34.05%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2BFB0 (or 0xC2BFB0) is known color: Kangaroo. HEX triplet: C2, BF and B0. RGB value is (194,191,176). Sum of RGB (Red+Green+Blue) = 194+191+176=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFB0 is #3D404F. Grayscale: #BEBEBE. Windows color (decimal): -4014160 or 11583426. OLE color: 11583426.

HSL color Cylindrical-coordinate representation of color #C2BFB0: hue angle of 50º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BFB0 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 176 -
CMYK 0 0.02 0.09 0.24
HSL 50º 0.13% 0.73% -
HSV(B) 50º 0.09% 0.76% -
XYZ 48.72 51.87 48.52 -
YUV 190.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 194 191 176 0 0.02 0.09 0.24 50 0.13 0.73
Hex C2 BF B0 0 2 9 18 32 D 49
Octal 302 277 260 0 2 11 30 62 15 111
Binary 11000010 10111111 10110000 0 10 1001 11000 110010 1101 1001001

Color Harmonies of #C2BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFB0

Black with #C2BFB0

Text Example


Text Example

White with #C2BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFB0; }

 p { color: rgb(194,191,176); }

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

background-color css

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

 a { background-color: rgb(194,191,176); }

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

border-color css

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

 span { border-color: rgb(194,191,176); }

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