Html Css Color HEX #CFA379 Cameo

📋 copy color: '#CFA379'

red 207 ◦ green 163 ◦ blue 121

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

Shades of Cameo #CFA379

Tints of Cameo #CFA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.64%

R = 42.16%
G = 33.2%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFA379 (or 0xCFA379) is known color: Cameo. HEX triplet: CF, A3 and 79. RGB value is (207,163,121). Sum of RGB (Red+Green+Blue) = 207+163+121=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA379 is #305C86. Grayscale: #ABABAB. Windows color (decimal): -3169415 or 7971791. OLE color: 7971791.

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

Color convert

RGB 207 163 121 -
CMYK 0 0.21 0.42 0.19
HSL 29.3º 0.47% 0.64% -
HSV(B) 29.3º 0.42% 0.81% -
XYZ 42.28 40.84 23.74 -
YUV 171.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 207 163 121 0 0.21 0.42 0.19 29.3 0.47 0.64
Hex CF A3 79 0 15 2A 13 1D 2F 40
Octal 317 243 171 0 25 52 23 35 57 100
Binary 11001111 10100011 1111001 0 10101 101010 10011 11101 101111 1000000

Color Harmonies of #CFA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA379

Black with #CFA379

Text Example


Text Example

White with #CFA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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