Html Css Color HEX #C2B192 Akaroa

📋 copy color: '#C2B192'

red 194 ◦ green 177 ◦ blue 146

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

Shades of Akaroa #C2B192

Tints of Akaroa #C2B192

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 37.52%
G = 34.24%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B192 (or 0xC2B192) is known color: Akaroa. HEX triplet: C2, B1 and 92. RGB value is (194,177,146). Sum of RGB (Red+Green+Blue) = 194+177+146=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B192 is #3D4E6D. Grayscale: #B2B2B2. Windows color (decimal): -4017774 or 9613762. OLE color: 9613762.

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

Color convert

RGB 194 177 146 -
CMYK 0 0.09 0.25 0.24
HSL 38.75º 0.28% 0.67% -
HSV(B) 38.75º 0.25% 0.76% -
XYZ 43.16 44.99 33.6 -
YUV 178.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 194 177 146 0 0.09 0.25 0.24 38.75 0.28 0.67
Hex C2 B1 92 0 9 19 18 27 1C 43
Octal 302 261 222 0 11 31 30 47 34 103
Binary 11000010 10110001 10010010 0 1001 11001 11000 100111 11100 1000011

Color Harmonies of #C2B192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B192

Black with #C2B192

Text Example


Text Example

White with #C2B192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B192; }

 p { color: rgb(194,177,146); }

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

background-color css

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

 a { background-color: rgb(194,177,146); }

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

border-color css

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

 span { border-color: rgb(194,177,146); }

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