Html Css Color HEX #CCB496 Sour Dough

📋 copy color: '#CCB496'

red 204 ◦ green 180 ◦ blue 150

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

Shades of Sour Dough #CCB496

Tints of Sour Dough #CCB496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

 BLUE value IS 150 (58.98% from 255) = 28.09%

R = 38.2%
G = 33.71%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CCB496 (or 0xCCB496) is known color: Sour Dough. HEX triplet: CC, B4 and 96. RGB value is (204,180,150). Sum of RGB (Red+Green+Blue) = 204+180+150=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB496 is #334B69. Grayscale: #B7B7B7. Windows color (decimal): -3361642 or 9876684. OLE color: 9876684.

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

Color convert

RGB 204 180 150 -
CMYK 0 0.12 0.26 0.2
HSL 33.33º 0.35% 0.69% -
HSV(B) 33.33º 0.26% 0.8% -
XYZ 46.73 47.68 35.59 -
YUV 183.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 204 180 150 0 0.12 0.26 0.2 33.33 0.35 0.69
Hex CC B4 96 0 C 1A 14 21 23 45
Octal 314 264 226 0 14 32 24 41 43 105
Binary 11001100 10110100 10010110 0 1100 11010 10100 100001 100011 1000101

Color Harmonies of #CCB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB496

Black with #CCB496

Text Example


Text Example

White with #CCB496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB496; }

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

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

background-color css

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

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

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

border-color css

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

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

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