Html Css Color HEX #C2B298 Akaroa

📋 copy color: '#C2B298'

red 194 ◦ green 178 ◦ blue 152

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

Shades of Akaroa #C2B298

Tints of Akaroa #C2B298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.01%

R = 37.02%
G = 33.97%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C2B298 (or 0xC2B298) is known color: Akaroa. HEX triplet: C2, B2 and 98. RGB value is (194,178,152). Sum of RGB (Red+Green+Blue) = 194+178+152=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B298 is #3D4D67. Grayscale: #B3B3B3. Windows color (decimal): -4017512 or 10007234. OLE color: 10007234.

HSL color Cylindrical-coordinate representation of color #C2B298: hue angle of 37.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B298 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 152 -
CMYK 0 0.08 0.22 0.24
HSL 37.14º 0.26% 0.68% -
HSV(B) 37.14º 0.22% 0.76% -
XYZ 43.84 45.58 36.19 -
YUV 179.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 194 178 152 0 0.08 0.22 0.24 37.14 0.26 0.68
Hex C2 B2 98 0 8 16 18 25 1A 44
Octal 302 262 230 0 10 26 30 45 32 104
Binary 11000010 10110010 10011000 0 1000 10110 11000 100101 11010 1000100

Color Harmonies of #C2B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B298

Black with #C2B298

Text Example


Text Example

White with #C2B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B298; }

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

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

background-color css

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

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

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

border-color css

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

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

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