Html Css Color HEX #C1A67B Pavlova

📋 copy color: '#C1A67B'

red 193 ◦ green 166 ◦ blue 123

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

Shades of Pavlova #C1A67B

Tints of Pavlova #C1A67B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.52%

R = 40.04%
G = 34.44%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1A67B (or 0xC1A67B) is known color: Pavlova. HEX triplet: C1, A6 and 7B. RGB value is (193,166,123). Sum of RGB (Red+Green+Blue) = 193+166+123=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A67B is #3E5984. Grayscale: #A9A9A9. Windows color (decimal): -4086149 or 8103617. OLE color: 8103617.

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

Color convert

RGB 193 166 123 -
CMYK 0 0.14 0.36 0.24
HSL 36.86º 0.36% 0.62% -
HSV(B) 36.86º 0.36% 0.76% -
XYZ 39.2 40.04 24.4 -
YUV 169.17 101.95 145 -
System Red Green Blue C M Y K H S L
Decimal 193 166 123 0 0.14 0.36 0.24 36.86 0.36 0.62
Hex C1 A6 7B 0 E 24 18 25 24 3E
Octal 301 246 173 0 16 44 30 45 44 76
Binary 11000001 10100110 1111011 0 1110 100100 11000 100101 100100 111110

Color Harmonies of #C1A67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A67B

Black with #C1A67B

Text Example


Text Example

White with #C1A67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A67B; }

 p { color: rgb(193,166,123); }

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

background-color css

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

 a { background-color: rgb(193,166,123); }

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

border-color css

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

 span { border-color: rgb(193,166,123); }

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