Html Css Color HEX #C2B292 Akaroa

📋 copy color: '#C2B292'

red 194 ◦ green 178 ◦ blue 146

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

Shades of Akaroa #C2B292

Tints of Akaroa #C2B292

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 37.45%
G = 34.36%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2B292 (or 0xC2B292) is known color: Akaroa. HEX triplet: C2, B2 and 92. RGB value is (194,178,146). Sum of RGB (Red+Green+Blue) = 194+178+146=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B292 is #3D4D6D. Grayscale: #B3B3B3. Windows color (decimal): -4017518 or 9614018. OLE color: 9614018.

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

Color convert

RGB 194 178 146 -
CMYK 0 0.08 0.25 0.24
HSL 40º 0.28% 0.67% -
HSV(B) 40º 0.25% 0.76% -
XYZ 43.36 45.39 33.67 -
YUV 179.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 194 178 146 0 0.08 0.25 0.24 40 0.28 0.67
Hex C2 B2 92 0 8 19 18 28 1C 43
Octal 302 262 222 0 10 31 30 50 34 103
Binary 11000010 10110010 10010010 0 1000 11001 11000 101000 11100 1000011

Color Harmonies of #C2B292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B292

Black with #C2B292

Text Example


Text Example

White with #C2B292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B292; }

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

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

background-color css

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

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

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

border-color css

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

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

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