Html Css Color HEX #CFB46A Putty

📋 copy color: '#CFB46A'

red 207 ◦ green 180 ◦ blue 106

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

Shades of Putty #CFB46A

Tints of Putty #CFB46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.5%

R = 41.99%
G = 36.51%
B = 21.5%

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

#CFB46A (or 0xCFB46A) is known color: Putty. HEX triplet: CF, B4 and 6A. RGB value is (207,180,106). Sum of RGB (Red+Green+Blue) = 207+180+106=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB46A is #304B95. Grayscale: #B3B3B3. Windows color (decimal): -3165078 or 6993103. OLE color: 6993103.

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

Color convert

RGB 207 180 106 -
CMYK 0 0.13 0.49 0.19
HSL 43.96º 0.51% 0.61% -
HSV(B) 43.96º 0.49% 0.81% -
XYZ 44.65 46.95 20.34 -
YUV 179.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 207 180 106 0 0.13 0.49 0.19 43.96 0.51 0.61
Hex CF B4 6A 0 D 31 13 2C 33 3D
Octal 317 264 152 0 15 61 23 54 63 75
Binary 11001111 10110100 1101010 0 1101 110001 10011 101100 110011 111101

Color Harmonies of #CFB46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB46A

Black with #CFB46A

Text Example


Text Example

White with #CFB46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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