Html Css Color HEX #CCB469 Putty

📋 copy color: '#CCB469'

red 204 ◦ green 180 ◦ blue 105

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

Shades of Putty #CCB469

Tints of Putty #CCB469

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

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

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

R = 41.72%
G = 36.81%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCB469 (or 0xCCB469) is known color: Putty. HEX triplet: CC, B4 and 69. RGB value is (204,180,105). Sum of RGB (Red+Green+Blue) = 204+180+105=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB469 is #334B96. Grayscale: #B2B2B2. Windows color (decimal): -3361687 or 6927564. OLE color: 6927564.

HSL color Cylindrical-coordinate representation of color #CCB469: hue angle of 45.45º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCB469 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 105 -
CMYK 0 0.12 0.49 0.2
HSL 45.45º 0.49% 0.61% -
HSV(B) 45.45º 0.49% 0.8% -
XYZ 43.77 46.5 20.03 -
YUV 178.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 204 180 105 0 0.12 0.49 0.2 45.45 0.49 0.61
Hex CC B4 69 0 C 31 14 2D 31 3D
Octal 314 264 151 0 14 61 24 55 61 75
Binary 11001100 10110100 1101001 0 1100 110001 10100 101101 110001 111101

Color Harmonies of #CCB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB469

Black with #CCB469

Text Example


Text Example

White with #CCB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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