Html Css Color HEX #C0A67C Pavlova

📋 copy color: '#C0A67C'

red 192 ◦ green 166 ◦ blue 124

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

Shades of Pavlova #C0A67C

Tints of Pavlova #C0A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 39.83%
G = 34.44%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0A67C (or 0xC0A67C) is known color: Pavlova. HEX triplet: C0, A6 and 7C. RGB value is (192,166,124). Sum of RGB (Red+Green+Blue) = 192+166+124=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A67C is #3F5983. Grayscale: #A9A9A9. Windows color (decimal): -4151684 or 8169152. OLE color: 8169152.

HSL color Cylindrical-coordinate representation of color #C0A67C: hue angle of 37.06º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A67C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 166 124 -
CMYK 0 0.14 0.35 0.25
HSL 37.06º 0.35% 0.62% -
HSV(B) 37.06º 0.35% 0.75% -
XYZ 39.01 39.93 24.72 -
YUV 168.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 192 166 124 0 0.14 0.35 0.25 37.06 0.35 0.62
Hex C0 A6 7C 0 E 23 19 25 23 3E
Octal 300 246 174 0 16 43 31 45 43 76
Binary 11000000 10100110 1111100 0 1110 100011 11001 100101 100011 111110

Color Harmonies of #C0A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A67C

Black with #C0A67C

Text Example


Text Example

White with #C0A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A67C; }

 p { color: rgb(192,166,124); }

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

background-color css

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

 a { background-color: rgb(192,166,124); }

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

border-color css

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

 span { border-color: rgb(192,166,124); }

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