Html Css Color HEX #C6B892 Akaroa

📋 copy color: '#C6B892'

red 198 ◦ green 184 ◦ blue 146

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

Shades of Akaroa #C6B892

Tints of Akaroa #C6B892

RGB

 RED value IS 198 (77.73% from 255) = 37.5%

 GREEN value IS 184 (72.27% from 255) = 34.85%

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

R = 37.5%
G = 34.85%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6B892 (or 0xC6B892) is known color: Akaroa. HEX triplet: C6, B8 and 92. RGB value is (198,184,146). Sum of RGB (Red+Green+Blue) = 198+184+146=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B892 is #39476D. Grayscale: #B8B8B8. Windows color (decimal): -3753838 or 9615558. OLE color: 9615558.

HSL color Cylindrical-coordinate representation of color #C6B892: hue angle of 43.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B892 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 146 -
CMYK 0 0.07 0.26 0.22
HSL 43.85º 0.31% 0.67% -
HSV(B) 43.85º 0.26% 0.78% -
XYZ 45.62 48.36 34.12 -
YUV 183.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 198 184 146 0 0.07 0.26 0.22 43.85 0.31 0.67
Hex C6 B8 92 0 7 1A 16 2C 1F 43
Octal 306 270 222 0 7 32 26 54 37 103
Binary 11000110 10111000 10010010 0 111 11010 10110 101100 11111 1000011

Color Harmonies of #C6B892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B892

Black with #C6B892

Text Example


Text Example

White with #C6B892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B892; }

 p { color: rgb(198,184,146); }

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

background-color css

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

 a { background-color: rgb(198,184,146); }

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

border-color css

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

 span { border-color: rgb(198,184,146); }

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