Html Css Color HEX #CC961F Buttercup

📋 copy color: '#CC961F'

red 204 ◦ green 150 ◦ blue 31

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

Shades of Buttercup #CC961F

Tints of Buttercup #CC961F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 31 (12.5% from 255) = 8.05%

R = 52.99%
G = 38.96%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC961F (or 0xCC961F) is known color: Buttercup. HEX triplet: CC, 96 and 1F. RGB value is (204,150,31). Sum of RGB (Red+Green+Blue) = 204+150+31=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC961F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC961F is #3369E0. Grayscale: #999999. Windows color (decimal): -3369441 or 2070220. OLE color: 2070220.

HSL color Cylindrical-coordinate representation of color #CC961F: hue angle of 41.27º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC961F is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 31 -
CMYK 0 0.26 0.85 0.2
HSL 41.27º 0.74% 0.46% -
HSV(B) 41.27º 0.85% 0.8% -
XYZ 36.06 34.75 6.1 -
YUV 152.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 204 150 31 0 0.26 0.85 0.2 41.27 0.74 0.46
Hex CC 96 1F 0 1A 55 14 29 4A 2E
Octal 314 226 37 0 32 125 24 51 112 56
Binary 11001100 10010110 11111 0 11010 1010101 10100 101001 1001010 101110

Color Harmonies of #CC961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC961F

Black with #CC961F

Text Example


Text Example

White with #CC961F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC961F; }

 p { color: rgb(204,150,31); }

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

background-color css

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

 a { background-color: rgb(204,150,31); }

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

border-color css

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

 span { border-color: rgb(204,150,31); }

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