Html Css Color HEX #CFAE67 Putty

📋 copy color: '#CFAE67'

red 207 ◦ green 174 ◦ blue 103

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

Shades of Putty #CFAE67

Tints of Putty #CFAE67

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.95%

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 42.77%
G = 35.95%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFAE67 (or 0xCFAE67) is known color: Putty. HEX triplet: CF, AE and 67. RGB value is (207,174,103). Sum of RGB (Red+Green+Blue) = 207+174+103=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE67 is #305198. Grayscale: #B0B0B0. Windows color (decimal): -3166617 or 6794959. OLE color: 6794959.

HSL color Cylindrical-coordinate representation of color #CFAE67: hue angle of 40.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAE67 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 103 -
CMYK 0 0.16 0.50 0.19
HSL 40.96º 0.52% 0.61% -
HSV(B) 40.96º 0.5% 0.81% -
XYZ 43.32 44.52 19.14 -
YUV 175.77 86.93 150.27 -
System Red Green Blue C M Y K H S L
Decimal 207 174 103 0 0.16 0.50 0.19 40.96 0.52 0.61
Hex CF AE 67 0 10 32 13 29 34 3D
Octal 317 256 147 0 20 62 23 51 64 75
Binary 11001111 10101110 1100111 0 10000 110010 10011 101001 110100 111101

Color Harmonies of #CFAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE67

Black with #CFAE67

Text Example


Text Example

White with #CFAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE67; }

 p { color: rgb(207,174,103); }

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

background-color css

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

 a { background-color: rgb(207,174,103); }

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

border-color css

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

 span { border-color: rgb(207,174,103); }

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