Html Css Color HEX #CE974D Tussock

📋 copy color: '#CE974D'

red 206 ◦ green 151 ◦ blue 77

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

Shades of Tussock #CE974D

Tints of Tussock #CE974D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.79%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 47.47%
G = 34.79%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE974D (or 0xCE974D) is known color: Tussock. HEX triplet: CE, 97 and 4D. RGB value is (206,151,77). Sum of RGB (Red+Green+Blue) = 206+151+77=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE974D is #3168B2. Grayscale: #9F9F9F. Windows color (decimal): -3238067 or 5085134. OLE color: 5085134.

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

Color convert

RGB 206 151 77 -
CMYK 0 0.27 0.63 0.19
HSL 34.42º 0.57% 0.55% -
HSV(B) 34.42º 0.63% 0.81% -
XYZ 37.86 35.79 11.93 -
YUV 159.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 206 151 77 0 0.27 0.63 0.19 34.42 0.57 0.55
Hex CE 97 4D 0 1B 3F 13 22 39 37
Octal 316 227 115 0 33 77 23 42 71 67
Binary 11001110 10010111 1001101 0 11011 111111 10011 100010 111001 110111

Color Harmonies of #CE974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE974D

Black with #CE974D

Text Example


Text Example

White with #CE974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE974D; }

 p { color: rgb(206,151,77); }

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

background-color css

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

 a { background-color: rgb(206,151,77); }

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

border-color css

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

 span { border-color: rgb(206,151,77); }

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