Html Css Color HEX #CCCCA3 Orinoco

📋 copy color: '#CCCCA3'

red 204 ◦ green 204 ◦ blue 163

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

Shades of Orinoco #CCCCA3

Tints of Orinoco #CCCCA3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.73%

 BLUE value IS 163 (64.06% from 255) = 28.55%

R = 35.73%
G = 35.73%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCCCA3 (or 0xCCCCA3) is known color: Orinoco. HEX triplet: CC, CC and A3. RGB value is (204,204,163). Sum of RGB (Red+Green+Blue) = 204+204+163=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA3 is #33335C. Grayscale: #C7C7C7. Windows color (decimal): -3355485 or 10734796. OLE color: 10734796.

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

Color convert

RGB 204 204 163 -
CMYK 0 0 0.20 0.2
HSL 60º 0.29% 0.72% -
HSV(B) 60º 0.2% 0.8% -
XYZ 53.11 58.67 43.18 -
YUV 199.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 204 204 163 0 0 0.20 0.2 60 0.29 0.72
Hex CC CC A3 0 0 14 14 3C 1D 48
Octal 314 314 243 0 0 24 24 74 35 110
Binary 11001100 11001100 10100011 0 0 10100 10100 111100 11101 1001000

Color Harmonies of #CCCCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCA3

Black with #CCCCA3

Text Example


Text Example

White with #CCCCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCA3; }

 p { color: rgb(204,204,163); }

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

background-color css

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

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

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

border-color css

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

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

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