Html Css Color HEX #CFA57F Cameo

📋 copy color: '#CFA57F'

red 207 ◦ green 165 ◦ blue 127

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

Shades of Cameo #CFA57F

Tints of Cameo #CFA57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

 BLUE value IS 127 (50% from 255) = 25.45%

R = 41.48%
G = 33.07%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CFA57F (or 0xCFA57F) is known color: Cameo. HEX triplet: CF, A5 and 7F. RGB value is (207,165,127). Sum of RGB (Red+Green+Blue) = 207+165+127=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA57F is #305A80. Grayscale: #ADADAD. Windows color (decimal): -3168897 or 8365519. OLE color: 8365519.

HSL color Cylindrical-coordinate representation of color #CFA57F: hue angle of 28.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFA57F is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 127 -
CMYK 0 0.20 0.39 0.19
HSL 28.5º 0.45% 0.65% -
HSV(B) 28.5º 0.39% 0.81% -
XYZ 43.02 41.71 25.86 -
YUV 173.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 207 165 127 0 0.20 0.39 0.19 28.5 0.45 0.65
Hex CF A5 7F 0 14 27 13 1C 2D 41
Octal 317 245 177 0 24 47 23 34 55 101
Binary 11001111 10100101 1111111 0 10100 100111 10011 11100 101101 1000001

Color Harmonies of #CFA57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA57F

Black with #CFA57F

Text Example


Text Example

White with #CFA57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA57F; }

 p { color: rgb(207,165,127); }

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

background-color css

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

 a { background-color: rgb(207,165,127); }

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

border-color css

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

 span { border-color: rgb(207,165,127); }

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