Html Css Color HEX #CC985A Twine

📋 copy color: '#CC985A'

red 204 ◦ green 152 ◦ blue 90

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

Shades of Twine #CC985A

Tints of Twine #CC985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 45.74%
G = 34.08%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC985A (or 0xCC985A) is known color: Twine. HEX triplet: CC, 98 and 5A. RGB value is (204,152,90). Sum of RGB (Red+Green+Blue) = 204+152+90=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC985A is #3367A5. Grayscale: #A0A0A0. Windows color (decimal): -3368870 or 5937356. OLE color: 5937356.

HSL color Cylindrical-coordinate representation of color #CC985A: hue angle of 32.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC985A is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 90 -
CMYK 0 0.25 0.56 0.2
HSL 32.63º 0.53% 0.58% -
HSV(B) 32.63º 0.56% 0.8% -
XYZ 37.98 36.03 14.63 -
YUV 160.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 204 152 90 0 0.25 0.56 0.2 32.63 0.53 0.58
Hex CC 98 5A 0 19 38 14 21 35 3A
Octal 314 230 132 0 31 70 24 41 65 72
Binary 11001100 10011000 1011010 0 11001 111000 10100 100001 110101 111010

Color Harmonies of #CC985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC985A

Black with #CC985A

Text Example


Text Example

White with #CC985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC985A; }

 p { color: rgb(204,152,90); }

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

background-color css

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

 a { background-color: rgb(204,152,90); }

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

border-color css

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

 span { border-color: rgb(204,152,90); }

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