Html Css Color HEX #C1B498 Akaroa

📋 copy color: '#C1B498'

red 193 ◦ green 180 ◦ blue 152

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

Shades of Akaroa #C1B498

Tints of Akaroa #C1B498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

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

R = 36.76%
G = 34.29%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C1B498 (or 0xC1B498) is known color: Akaroa. HEX triplet: C1, B4 and 98. RGB value is (193,180,152). Sum of RGB (Red+Green+Blue) = 193+180+152=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B498 is #3E4B67. Grayscale: #B4B4B4. Windows color (decimal): -4082536 or 10007745. OLE color: 10007745.

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

Color convert

RGB 193 180 152 -
CMYK 0 0.07 0.21 0.24
HSL 40.98º 0.25% 0.68% -
HSV(B) 40.98º 0.21% 0.76% -
XYZ 43.98 46.25 36.31 -
YUV 180.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 193 180 152 0 0.07 0.21 0.24 40.98 0.25 0.68
Hex C1 B4 98 0 7 15 18 29 19 44
Octal 301 264 230 0 7 25 30 51 31 104
Binary 11000001 10110100 10011000 0 111 10101 11000 101001 11001 1000100

Color Harmonies of #C1B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B498

Black with #C1B498

Text Example


Text Example

White with #C1B498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B498; }

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

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

background-color css

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

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

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

border-color css

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

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

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