Html Css Color HEX #C1B08E Pavlova

📋 copy color: '#C1B08E'

red 193 ◦ green 176 ◦ blue 142

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

Shades of Pavlova #C1B08E

Tints of Pavlova #C1B08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 37.77%
G = 34.44%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1B08E (or 0xC1B08E) is known color: Pavlova. HEX triplet: C1, B0 and 8E. RGB value is (193,176,142). Sum of RGB (Red+Green+Blue) = 193+176+142=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B08E is #3E4F71. Grayscale: #B1B1B1. Windows color (decimal): -4083570 or 9351361. OLE color: 9351361.

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

Color convert

RGB 193 176 142 -
CMYK 0 0.09 0.26 0.24
HSL 40º 0.29% 0.66% -
HSV(B) 40º 0.26% 0.76% -
XYZ 42.4 44.34 31.92 -
YUV 177.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 193 176 142 0 0.09 0.26 0.24 40 0.29 0.66
Hex C1 B0 8E 0 9 1A 18 28 1D 42
Octal 301 260 216 0 11 32 30 50 35 102
Binary 11000001 10110000 10001110 0 1001 11010 11000 101000 11101 1000010

Color Harmonies of #C1B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B08E

Black with #C1B08E

Text Example


Text Example

White with #C1B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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