Html Css Color HEX #C0B294 Akaroa

📋 copy color: '#C0B294'

red 192 ◦ green 178 ◦ blue 148

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

Shades of Akaroa #C0B294

Tints of Akaroa #C0B294

RGB

 RED value IS 192 (75.39% from 255) = 37.07%

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

 BLUE value IS 148 (58.2% from 255) = 28.57%

R = 37.07%
G = 34.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C0B294 (or 0xC0B294) is known color: Akaroa. HEX triplet: C0, B2 and 94. RGB value is (192,178,148). Sum of RGB (Red+Green+Blue) = 192+178+148=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B294 is #3F4D6B. Grayscale: #B2B2B2. Windows color (decimal): -4148588 or 9745088. OLE color: 9745088.

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

Color convert

RGB 192 178 148 -
CMYK 0 0.07 0.23 0.25
HSL 40.91º 0.26% 0.67% -
HSV(B) 40.91º 0.23% 0.75% -
XYZ 43 45.19 34.47 -
YUV 178.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 192 178 148 0 0.07 0.23 0.25 40.91 0.26 0.67
Hex C0 B2 94 0 7 17 19 29 1A 43
Octal 300 262 224 0 7 27 31 51 32 103
Binary 11000000 10110010 10010100 0 111 10111 11001 101001 11010 1000011

Color Harmonies of #C0B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B294

Black with #C0B294

Text Example


Text Example

White with #C0B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B294; }

 p { color: rgb(192,178,148); }

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

background-color css

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

 a { background-color: rgb(192,178,148); }

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

border-color css

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

 span { border-color: rgb(192,178,148); }

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