Html Css Color HEX #C5B08A Pavlova

📋 copy color: '#C5B08A'

red 197 ◦ green 176 ◦ blue 138

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

Shades of Pavlova #C5B08A

Tints of Pavlova #C5B08A

RGB

 RED value IS 197 (77.34% from 255) = 38.55%

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 38.55%
G = 34.44%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5B08A (or 0xC5B08A) is known color: Pavlova. HEX triplet: C5, B0 and 8A. RGB value is (197,176,138). Sum of RGB (Red+Green+Blue) = 197+176+138=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B08A is #3A4F75. Grayscale: #B2B2B2. Windows color (decimal): -3821430 or 9089221. OLE color: 9089221.

HSL color Cylindrical-coordinate representation of color #C5B08A: hue angle of 38.64º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B08A is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 138 -
CMYK 0 0.11 0.30 0.23
HSL 38.64º 0.34% 0.66% -
HSV(B) 38.64º 0.3% 0.77% -
XYZ 43.14 44.76 30.41 -
YUV 177.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 197 176 138 0 0.11 0.30 0.23 38.64 0.34 0.66
Hex C5 B0 8A 0 B 1E 17 27 22 42
Octal 305 260 212 0 13 36 27 47 42 102
Binary 11000101 10110000 10001010 0 1011 11110 10111 100111 100010 1000010

Color Harmonies of #C5B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B08A

Black with #C5B08A

Text Example


Text Example

White with #C5B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B08A; }

 p { color: rgb(197,176,138); }

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

background-color css

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

 a { background-color: rgb(197,176,138); }

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

border-color css

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

 span { border-color: rgb(197,176,138); }

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