Html Css Color HEX #CFBA72 Putty

📋 copy color: '#CFBA72'

red 207 ◦ green 186 ◦ blue 114

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

Shades of Putty #CFBA72

Tints of Putty #CFBA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 114 (44.92% from 255) = 22.49%

R = 40.83%
G = 36.69%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFBA72 (or 0xCFBA72) is known color: Putty. HEX triplet: CF, BA and 72. RGB value is (207,186,114). Sum of RGB (Red+Green+Blue) = 207+186+114=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA72 is #30458D. Grayscale: #B8B8B8. Windows color (decimal): -3163534 or 7518927. OLE color: 7518927.

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

Color convert

RGB 207 186 114 -
CMYK 0 0.10 0.45 0.19
HSL 46.45º 0.49% 0.63% -
HSV(B) 46.45º 0.45% 0.81% -
XYZ 46.33 49.6 23.05 -
YUV 184.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 207 186 114 0 0.10 0.45 0.19 46.45 0.49 0.63
Hex CF BA 72 0 A 2D 13 2E 31 3F
Octal 317 272 162 0 12 55 23 56 61 77
Binary 11001111 10111010 1110010 0 1010 101101 10011 101110 110001 111111

Color Harmonies of #CFBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA72

Black with #CFBA72

Text Example


Text Example

White with #CFBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA72; }

 p { color: rgb(207,186,114); }

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

background-color css

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

 a { background-color: rgb(207,186,114); }

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

border-color css

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

 span { border-color: rgb(207,186,114); }

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