Html Css Color HEX #CE944B Tussock

📋 copy color: '#CE944B'

red 206 ◦ green 148 ◦ blue 75

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

Shades of Tussock #CE944B

Tints of Tussock #CE944B

RGB

 RED value IS 206 (80.86% from 255) = 48.02%

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 48.02%
G = 34.5%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE944B (or 0xCE944B) is known color: Tussock. HEX triplet: CE, 94 and 4B. RGB value is (206,148,75). Sum of RGB (Red+Green+Blue) = 206+148+75=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE944B is #316BB4. Grayscale: #9D9D9D. Windows color (decimal): -3238837 or 4953294. OLE color: 4953294.

HSL color Cylindrical-coordinate representation of color #CE944B: hue angle of 33.44º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE944B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 75 -
CMYK 0 0.28 0.64 0.19
HSL 33.44º 0.57% 0.55% -
HSV(B) 33.44º 0.64% 0.81% -
XYZ 37.31 34.81 11.41 -
YUV 157.02 81.72 162.94 -
System Red Green Blue C M Y K H S L
Decimal 206 148 75 0 0.28 0.64 0.19 33.44 0.57 0.55
Hex CE 94 4B 0 1C 40 13 21 39 37
Octal 316 224 113 0 34 100 23 41 71 67
Binary 11001110 10010100 1001011 0 11100 1000000 10011 100001 111001 110111

Color Harmonies of #CE944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE944B

Black with #CE944B

Text Example


Text Example

White with #CE944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE944B; }

 p { color: rgb(206,148,75); }

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

background-color css

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

 a { background-color: rgb(206,148,75); }

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

border-color css

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

 span { border-color: rgb(206,148,75); }

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