Html Css Color HEX #C2B28F Akaroa

📋 copy color: '#C2B28F'

red 194 ◦ green 178 ◦ blue 143

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

Shades of Akaroa #C2B28F

Tints of Akaroa #C2B28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.77%

R = 37.67%
G = 34.56%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2B28F (or 0xC2B28F) is known color: Akaroa. HEX triplet: C2, B2 and 8F. RGB value is (194,178,143). Sum of RGB (Red+Green+Blue) = 194+178+143=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B28F is #3D4D70. Grayscale: #B2B2B2. Windows color (decimal): -4017521 or 9417410. OLE color: 9417410.

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

Color convert

RGB 194 178 143 -
CMYK 0 0.08 0.26 0.24
HSL 41.18º 0.29% 0.66% -
HSV(B) 41.18º 0.26% 0.76% -
XYZ 43.13 45.29 32.46 -
YUV 178.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 194 178 143 0 0.08 0.26 0.24 41.18 0.29 0.66
Hex C2 B2 8F 0 8 1A 18 29 1D 42
Octal 302 262 217 0 10 32 30 51 35 102
Binary 11000010 10110010 10001111 0 1000 11010 11000 101001 11101 1000010

Color Harmonies of #C2B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B28F

Black with #C2B28F

Text Example


Text Example

White with #C2B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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