Html Css Color HEX #C0BEAC Kangaroo

📋 copy color: '#C0BEAC'

red 192 ◦ green 190 ◦ blue 172

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

Shades of Kangaroo #C0BEAC

Tints of Kangaroo #C0BEAC

RGB

 RED value IS 192 (75.39% from 255) = 34.66%

 GREEN value IS 190 (74.61% from 255) = 34.3%

 BLUE value IS 172 (67.58% from 255) = 31.05%

R = 34.66%
G = 34.3%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C0BEAC (or 0xC0BEAC) is known color: Kangaroo. HEX triplet: C0, BE and AC. RGB value is (192,190,172). Sum of RGB (Red+Green+Blue) = 192+190+172=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEAC is #3F4153. Grayscale: #BCBCBC. Windows color (decimal): -4145492 or 11321024. OLE color: 11321024.

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

Color convert

RGB 192 190 172 -
CMYK 0 0.01 0.10 0.25
HSL 54º 0.14% 0.71% -
HSV(B) 54º 0.1% 0.75% -
XYZ 47.6 51.01 46.37 -
YUV 188.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 192 190 172 0 0.01 0.10 0.25 54 0.14 0.71
Hex C0 BE AC 0 1 A 19 36 E 47
Octal 300 276 254 0 1 12 31 66 16 107
Binary 11000000 10111110 10101100 0 1 1010 11001 110110 1110 1000111

Color Harmonies of #C0BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BEAC

Black with #C0BEAC

Text Example


Text Example

White with #C0BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BEAC; }

 p { color: rgb(192,190,172); }

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

background-color css

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

 a { background-color: rgb(192,190,172); }

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

border-color css

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

 span { border-color: rgb(192,190,172); }

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