Html Css Color HEX #CFB469 Putty

📋 copy color: '#CFB469'

red 207 ◦ green 180 ◦ blue 105

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

Shades of Putty #CFB469

Tints of Putty #CFB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.59%

 BLUE value IS 105 (41.41% from 255) = 21.34%

R = 42.07%
G = 36.59%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFB469 (or 0xCFB469) is known color: Putty. HEX triplet: CF, B4 and 69. RGB value is (207,180,105). Sum of RGB (Red+Green+Blue) = 207+180+105=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB469 is #304B96. Grayscale: #B3B3B3. Windows color (decimal): -3165079 or 6927567. OLE color: 6927567.

HSL color Cylindrical-coordinate representation of color #CFB469: hue angle of 44.12º degrees, saturation: 0.52, 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 #CFB469 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 105 -
CMYK 0 0.13 0.49 0.19
HSL 44.12º 0.52% 0.61% -
HSV(B) 44.12º 0.49% 0.81% -
XYZ 44.6 46.93 20.07 -
YUV 179.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 207 180 105 0 0.13 0.49 0.19 44.12 0.52 0.61
Hex CF B4 69 0 D 31 13 2C 34 3D
Octal 317 264 151 0 15 61 23 54 64 75
Binary 11001111 10110100 1101001 0 1101 110001 10011 101100 110100 111101

Color Harmonies of #CFB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB469

Black with #CFB469

Text Example


Text Example

White with #CFB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB469; }

 p { color: rgb(207,180,105); }

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

background-color css

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

 a { background-color: rgb(207,180,105); }

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

border-color css

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

 span { border-color: rgb(207,180,105); }

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