Html Css Color HEX #CFA37D Cameo

📋 copy color: '#CFA37D'

red 207 ◦ green 163 ◦ blue 125

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

Shades of Cameo #CFA37D

Tints of Cameo #CFA37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 41.82%
G = 32.93%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFA37D (or 0xCFA37D) is known color: Cameo. HEX triplet: CF, A3 and 7D. RGB value is (207,163,125). Sum of RGB (Red+Green+Blue) = 207+163+125=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA37D is #305C82. Grayscale: #ACACAC. Windows color (decimal): -3169411 or 8233935. OLE color: 8233935.

HSL color Cylindrical-coordinate representation of color #CFA37D: hue angle of 27.8º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFA37D is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 125 -
CMYK 0 0.21 0.40 0.19
HSL 27.8º 0.46% 0.65% -
HSV(B) 27.8º 0.4% 0.81% -
XYZ 42.53 40.94 25.06 -
YUV 171.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 207 163 125 0 0.21 0.40 0.19 27.8 0.46 0.65
Hex CF A3 7D 0 15 28 13 1C 2E 41
Octal 317 243 175 0 25 50 23 34 56 101
Binary 11001111 10100011 1111101 0 10101 101000 10011 11100 101110 1000001

Color Harmonies of #CFA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA37D

Black with #CFA37D

Text Example


Text Example

White with #CFA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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