Html Css Color HEX #CFB16A Putty

📋 copy color: '#CFB16A'

red 207 ◦ green 177 ◦ blue 106

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

Shades of Putty #CFB16A

Tints of Putty #CFB16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.12%

 BLUE value IS 106 (41.8% from 255) = 21.63%

R = 42.24%
G = 36.12%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFB16A (or 0xCFB16A) is known color: Putty. HEX triplet: CF, B1 and 6A. RGB value is (207,177,106). Sum of RGB (Red+Green+Blue) = 207+177+106=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16A is #304E95. Grayscale: #B2B2B2. Windows color (decimal): -3165846 or 6992335. OLE color: 6992335.

HSL color Cylindrical-coordinate representation of color #CFB16A: hue angle of 42.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFB16A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 106 -
CMYK 0 0.14 0.49 0.19
HSL 42.18º 0.51% 0.61% -
HSV(B) 42.18º 0.49% 0.81% -
XYZ 44.06 45.75 20.14 -
YUV 177.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 207 177 106 0 0.14 0.49 0.19 42.18 0.51 0.61
Hex CF B1 6A 0 E 31 13 2A 33 3D
Octal 317 261 152 0 16 61 23 52 63 75
Binary 11001111 10110001 1101010 0 1110 110001 10011 101010 110011 111101

Color Harmonies of #CFB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB16A

Black with #CFB16A

Text Example


Text Example

White with #CFB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB16A; }

 p { color: rgb(207,177,106); }

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

background-color css

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

 a { background-color: rgb(207,177,106); }

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

border-color css

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

 span { border-color: rgb(207,177,106); }

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