Html Css Color HEX #CFAB68 Putty

📋 copy color: '#CFAB68'

red 207 ◦ green 171 ◦ blue 104

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

Shades of Putty #CFAB68

Tints of Putty #CFAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 42.95%
G = 35.48%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFAB68 (or 0xCFAB68) is known color: Putty. HEX triplet: CF, AB and 68. RGB value is (207,171,104). Sum of RGB (Red+Green+Blue) = 207+171+104=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB68 is #305497. Grayscale: #AEAEAE. Windows color (decimal): -3167384 or 6859727. OLE color: 6859727.

HSL color Cylindrical-coordinate representation of color #CFAB68: hue angle of 39.03º 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 #CFAB68 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 104 -
CMYK 0 0.17 0.50 0.19
HSL 39.03º 0.52% 0.61% -
HSV(B) 39.03º 0.5% 0.81% -
XYZ 42.79 43.39 19.22 -
YUV 174.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 207 171 104 0 0.17 0.50 0.19 39.03 0.52 0.61
Hex CF AB 68 0 11 32 13 27 34 3D
Octal 317 253 150 0 21 62 23 47 64 75
Binary 11001111 10101011 1101000 0 10001 110010 10011 100111 110100 111101

Color Harmonies of #CFAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB68

Black with #CFAB68

Text Example


Text Example

White with #CFAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB68; }

 p { color: rgb(207,171,104); }

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

background-color css

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

 a { background-color: rgb(207,171,104); }

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

border-color css

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

 span { border-color: rgb(207,171,104); }

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