Html Css Color HEX #CFB369 Putty

📋 copy color: '#CFB369'

red 207 ◦ green 179 ◦ blue 105

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

Shades of Putty #CFB369

Tints of Putty #CFB369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.46%

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

R = 42.16%
G = 36.46%
B = 21.38%

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

#CFB369 (or 0xCFB369) is known color: Putty. HEX triplet: CF, B3 and 69. RGB value is (207,179,105). Sum of RGB (Red+Green+Blue) = 207+179+105=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB369 is #304C96. Grayscale: #B3B3B3. Windows color (decimal): -3165335 or 6927311. OLE color: 6927311.

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

Color convert

RGB 207 179 105 -
CMYK 0 0.14 0.49 0.19
HSL 43.53º 0.52% 0.61% -
HSV(B) 43.53º 0.49% 0.81% -
XYZ 44.4 46.53 20 -
YUV 178.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 207 179 105 0 0.14 0.49 0.19 43.53 0.52 0.61
Hex CF B3 69 0 E 31 13 2C 34 3D
Octal 317 263 151 0 16 61 23 54 64 75
Binary 11001111 10110011 1101001 0 1110 110001 10011 101100 110100 111101

Color Harmonies of #CFB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB369

Black with #CFB369

Text Example


Text Example

White with #CFB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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