Html Css Color HEX #C0AD8A Pavlova

📋 copy color: '#C0AD8A'

red 192 ◦ green 173 ◦ blue 138

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

Shades of Pavlova #C0AD8A

Tints of Pavlova #C0AD8A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

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

R = 38.17%
G = 34.39%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0AD8A (or 0xC0AD8A) is known color: Pavlova. HEX triplet: C0, AD and 8A. RGB value is (192,173,138). Sum of RGB (Red+Green+Blue) = 192+173+138=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AD8A is #3F5275. Grayscale: #AEAEAE. Windows color (decimal): -4149878 or 9088448. OLE color: 9088448.

HSL color Cylindrical-coordinate representation of color #C0AD8A: hue angle of 38.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AD8A is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 138 -
CMYK 0 0.10 0.28 0.25
HSL 38.89º 0.3% 0.65% -
HSV(B) 38.89º 0.28% 0.75% -
XYZ 41.27 42.93 30.16 -
YUV 174.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 192 173 138 0 0.10 0.28 0.25 38.89 0.3 0.65
Hex C0 AD 8A 0 A 1C 19 27 1E 41
Octal 300 255 212 0 12 34 31 47 36 101
Binary 11000000 10101101 10001010 0 1010 11100 11001 100111 11110 1000001

Color Harmonies of #C0AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD8A

Black with #C0AD8A

Text Example


Text Example

White with #C0AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD8A; }

 p { color: rgb(192,173,138); }

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

background-color css

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

 a { background-color: rgb(192,173,138); }

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

border-color css

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

 span { border-color: rgb(192,173,138); }

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