Html Css Color HEX #CB924C Tussock

📋 copy color: '#CB924C'

red 203 ◦ green 146 ◦ blue 76

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

Shades of Tussock #CB924C

Tints of Tussock #CB924C

RGB

 RED value IS 203 (79.69% from 255) = 47.76%

 GREEN value IS 146 (57.42% from 255) = 34.35%

 BLUE value IS 76 (30.08% from 255) = 17.88%

R = 47.76%
G = 34.35%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB924C (or 0xCB924C) is known color: Tussock. HEX triplet: CB, 92 and 4C. RGB value is (203,146,76). Sum of RGB (Red+Green+Blue) = 203+146+76=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB924C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB924C is #346DB3. Grayscale: #9B9B9B. Windows color (decimal): -3435956 or 5018315. OLE color: 5018315.

HSL color Cylindrical-coordinate representation of color #CB924C: hue angle of 33.07º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB924C is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 146 76 -
CMYK 0 0.28 0.63 0.20
HSL 33.07º 0.55% 0.55% -
HSV(B) 33.07º 0.63% 0.8% -
XYZ 36.21 33.78 11.45 -
YUV 155.06 83.38 162.19 -
System Red Green Blue C M Y K H S L
Decimal 203 146 76 0 0.28 0.63 0.20 33.07 0.55 0.55
Hex CB 92 4C 0 1C 3F 14 21 37 37
Octal 313 222 114 0 34 77 24 41 67 67
Binary 11001011 10010010 1001100 0 11100 111111 10100 100001 110111 110111

Color Harmonies of #CB924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB924C

Black with #CB924C

Text Example


Text Example

White with #CB924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB924C; }

 p { color: rgb(203,146,76); }

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

background-color css

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

 a { background-color: rgb(203,146,76); }

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

border-color css

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

 span { border-color: rgb(203,146,76); }

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