Html Css Color HEX #CFB66B Putty

📋 copy color: '#CFB66B'

red 207 ◦ green 182 ◦ blue 107

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

Shades of Putty #CFB66B

Tints of Putty #CFB66B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 41.73%
G = 36.69%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFB66B (or 0xCFB66B) is known color: Putty. HEX triplet: CF, B6 and 6B. RGB value is (207,182,107). Sum of RGB (Red+Green+Blue) = 207+182+107=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66B is #304994. Grayscale: #B5B5B5. Windows color (decimal): -3164565 or 7059151. OLE color: 7059151.

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

Color convert

RGB 207 182 107 -
CMYK 0 0.12 0.48 0.19
HSL 45º 0.51% 0.62% -
HSV(B) 45º 0.48% 0.81% -
XYZ 45.11 47.78 20.76 -
YUV 180.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 207 182 107 0 0.12 0.48 0.19 45 0.51 0.62
Hex CF B6 6B 0 C 30 13 2D 33 3E
Octal 317 266 153 0 14 60 23 55 63 76
Binary 11001111 10110110 1101011 0 1100 110000 10011 101101 110011 111110

Color Harmonies of #CFB66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB66B

Black with #CFB66B

Text Example


Text Example

White with #CFB66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB66B; }

 p { color: rgb(207,182,107); }

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

background-color css

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

 a { background-color: rgb(207,182,107); }

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

border-color css

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

 span { border-color: rgb(207,182,107); }

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