Html Css Color HEX #CFA376 Cameo

📋 copy color: '#CFA376'

red 207 ◦ green 163 ◦ blue 118

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

Shades of Cameo #CFA376

Tints of Cameo #CFA376

RGB

 RED value IS 207 (81.25% from 255) = 42.42%

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 118 (46.48% from 255) = 24.18%

R = 42.42%
G = 33.4%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFA376 (or 0xCFA376) is known color: Cameo. HEX triplet: CF, A3 and 76. RGB value is (207,163,118). Sum of RGB (Red+Green+Blue) = 207+163+118=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA376 is #305C89. Grayscale: #ABABAB. Windows color (decimal): -3169418 or 7775183. OLE color: 7775183.

HSL color Cylindrical-coordinate representation of color #CFA376: hue angle of 30.34º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA376 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 118 -
CMYK 0 0.21 0.43 0.19
HSL 30.34º 0.48% 0.64% -
HSV(B) 30.34º 0.43% 0.81% -
XYZ 42.1 40.77 22.79 -
YUV 171.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 207 163 118 0 0.21 0.43 0.19 30.34 0.48 0.64
Hex CF A3 76 0 15 2B 13 1E 30 40
Octal 317 243 166 0 25 53 23 36 60 100
Binary 11001111 10100011 1110110 0 10101 101011 10011 11110 110000 1000000

Color Harmonies of #CFA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA376

Black with #CFA376

Text Example


Text Example

White with #CFA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA376; }

 p { color: rgb(207,163,118); }

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

background-color css

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

 a { background-color: rgb(207,163,118); }

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

border-color css

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

 span { border-color: rgb(207,163,118); }

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