Html Css Color HEX #CCCFA3 Orinoco

📋 copy color: '#CCCFA3'

red 204 ◦ green 207 ◦ blue 163

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

Shades of Orinoco #CCCFA3

Tints of Orinoco #CCCFA3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

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

R = 35.54%
G = 36.06%
B = 28.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CCCFA3 (or 0xCCCFA3) is known color: Orinoco. HEX triplet: CC, CF and A3. RGB value is (204,207,163). Sum of RGB (Red+Green+Blue) = 204+207+163=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA3 is #33305C. Grayscale: #C9C9C9. Windows color (decimal): -3354717 or 10735564. OLE color: 10735564.

HSL color Cylindrical-coordinate representation of color #CCCFA3: hue angle of 64.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCFA3 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 163 -
CMYK 0.01 0 0.21 0.19
HSL 64.09º 0.31% 0.73% -
HSV(B) 64.09º 0.21% 0.81% -
XYZ 53.83 60.11 43.42 -
YUV 201.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 204 207 163 0.01 0 0.21 0.19 64.09 0.31 0.73
Hex CC CF A3 1 0 15 13 40 1F 49
Octal 314 317 243 1 0 25 23 100 37 111
Binary 11001100 11001111 10100011 1 0 10101 10011 1000000 11111 1001001

Color Harmonies of #CCCFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFA3

Black with #CCCFA3

Text Example


Text Example

White with #CCCFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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