Html Css Color HEX #CFB069 Putty

📋 copy color: '#CFB069'

red 207 ◦ green 176 ◦ blue 105

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

Shades of Putty #CFB069

Tints of Putty #CFB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

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

R = 42.42%
G = 36.07%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFB069 (or 0xCFB069) is known color: Putty. HEX triplet: CF, B0 and 69. RGB value is (207,176,105). Sum of RGB (Red+Green+Blue) = 207+176+105=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB069 is #304F96. Grayscale: #B1B1B1. Windows color (decimal): -3166103 or 6926543. OLE color: 6926543.

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

Color convert

RGB 207 176 105 -
CMYK 0 0.15 0.49 0.19
HSL 41.76º 0.52% 0.61% -
HSV(B) 41.76º 0.49% 0.81% -
XYZ 43.81 45.34 19.81 -
YUV 177.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 207 176 105 0 0.15 0.49 0.19 41.76 0.52 0.61
Hex CF B0 69 0 F 31 13 2A 34 3D
Octal 317 260 151 0 17 61 23 52 64 75
Binary 11001111 10110000 1101001 0 1111 110001 10011 101010 110100 111101

Color Harmonies of #CFB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB069

Black with #CFB069

Text Example


Text Example

White with #CFB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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