Html Css Color HEX #C1B098 Akaroa

📋 copy color: '#C1B098'

red 193 ◦ green 176 ◦ blue 152

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

Shades of Akaroa #C1B098

Tints of Akaroa #C1B098

RGB

 RED value IS 193 (75.78% from 255) = 37.04%

 GREEN value IS 176 (69.14% from 255) = 33.78%

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

R = 37.04%
G = 33.78%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C1B098 (or 0xC1B098) is known color: Akaroa. HEX triplet: C1, B0 and 98. RGB value is (193,176,152). Sum of RGB (Red+Green+Blue) = 193+176+152=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B098 is #3E4F67. Grayscale: #B2B2B2. Windows color (decimal): -4083560 or 10006721. OLE color: 10006721.

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

Color convert

RGB 193 176 152 -
CMYK 0 0.09 0.21 0.24
HSL 35.12º 0.25% 0.68% -
HSV(B) 35.12º 0.21% 0.76% -
XYZ 43.19 44.66 36.05 -
YUV 178.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 193 176 152 0 0.09 0.21 0.24 35.12 0.25 0.68
Hex C1 B0 98 0 9 15 18 23 19 44
Octal 301 260 230 0 11 25 30 43 31 104
Binary 11000001 10110000 10011000 0 1001 10101 11000 100011 11001 1000100

Color Harmonies of #C1B098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B098

Black with #C1B098

Text Example


Text Example

White with #C1B098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B098; }

 p { color: rgb(193,176,152); }

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

background-color css

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

 a { background-color: rgb(193,176,152); }

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

border-color css

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

 span { border-color: rgb(193,176,152); }

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