Html Css Color HEX #CCB694 Sour Dough

📋 copy color: '#CCB694'

red 204 ◦ green 182 ◦ blue 148

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

Shades of Sour Dough #CCB694

Tints of Sour Dough #CCB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

 BLUE value IS 148 (58.2% from 255) = 27.72%

R = 38.2%
G = 34.08%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CCB694 (or 0xCCB694) is known color: Sour Dough. HEX triplet: CC, B6 and 94. RGB value is (204,182,148). Sum of RGB (Red+Green+Blue) = 204+182+148=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB694 is #33496B. Grayscale: #B8B8B8. Windows color (decimal): -3361132 or 9746124. OLE color: 9746124.

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

Color convert

RGB 204 182 148 -
CMYK 0 0.11 0.27 0.2
HSL 36.43º 0.35% 0.69% -
HSV(B) 36.43º 0.27% 0.8% -
XYZ 46.98 48.43 34.89 -
YUV 184.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 204 182 148 0 0.11 0.27 0.2 36.43 0.35 0.69
Hex CC B6 94 0 B 1B 14 24 23 45
Octal 314 266 224 0 13 33 24 44 43 105
Binary 11001100 10110110 10010100 0 1011 11011 10100 100100 100011 1000101

Color Harmonies of #CCB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB694

Black with #CCB694

Text Example


Text Example

White with #CCB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB694; }

 p { color: rgb(204,182,148); }

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

background-color css

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

 a { background-color: rgb(204,182,148); }

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

border-color css

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

 span { border-color: rgb(204,182,148); }

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